A-C Flashcards
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