Unit 3 Flashcards
1
Q
All changes in the table structure are made by using the _______command, followed by a keyword that produces the specific change you want to make
A
Alter Table
2
Q
You can alter an existing table by adding one or more columns
A
Adding Column
3
Q
change a column definition as long as there is either no data or the existing column fits into the new column definition.
A
Changing a Column
4
Q
modify a table by deleting a column
A
Dropping a Column
5
Q
clause is especially useful when the listing order is important to you
A
Order By
6
Q
produces a list of only those values that are different from one another.
A
Distinct