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
Alter Table
You can alter an existing table by adding one or more columns
Adding Column
change a column definition as long as there is either no data or the existing column fits into the new column definition.
Changing a Column
modify a table by deleting a column
Dropping a Column
clause is especially useful when the listing order is important to you
Order By
produces a list of only those values that are different from one another.
Distinct