A-C Flashcards
(24 cards)
Adds a column in an existing table
Add
Adds a constraint after a table is already created
Add Constraint
Returns true of all of the sub query values meet the condition
All
Adds deletes or modify columns in a table, or changes the data type of a column in a table
Alter
Changes the data type of a column in a table
Alter Column
Adds deletes or modifies columns in a table
Alter Table
Only includes rows where both conditions are met
And
Returns true if any of the sub query values meet the condition
Any
Renames a column in a table with an Alia’s
As
Sorts the result set in ascending order
Asc
Creates a backup of an existing database
Backup Database
Selects values within a given range
Between
Creates different output based on condition
Case
A constraint that that limits the value that can be placed in a column
Check
Changes the data type of a column or deletes a column in a table
Column
Adds or deletes a constraint
Constraint
Creates a database index view table or procedure
Create
Creates a new SQL database
Create Database
Creates an index on a table (allows duplicate values)
Create Index
Updates a View
Create or Replace View
Creates a new table in the database
Create Table
Creates a Stored Procedure
Create Procedure
Creates a unique index on a table (no duplicate values)
Create Unique Index
Creates a view based on the result set of a Select statement
Create View