SQL DDL Commands Flashcards
ALTER<object></object>
Modifies the metadata of an account-level or database object, or the parameters for a session.
ALTER INTEGRATION
Modifies the properties for an existing integration.
COMMENT
Adds a comment or overwrites an existing comment for an existing object.
CREATE<object></object>
Creates a new object of the specified type.
CREATE INTEGRATION
Creates a new integration in the system or replaces an existing integration.
DESCRIBE<object></object>
Describes the details for the specified object.
DROP<object></object>
Removes the specified object from the system.
SHOW<object></object>
Lists the existing objects for the specified object type.
UNDROP<object></object>
Restores the specified object to the system.
USE<object></object>
Specifies the role, warehouse, database, or schema to use for the current session.