A Gentle Introduction to

SQL

GISQ: How To: CREATE and DROP

Please "Tidy up" after you have finished.

CREATE a new table

oracle
access
mysql
DROP an unwanted table

oracle
access
mysql
Composite primary key, foreign key and index
We must explicitly specify that the components of the key are non NULL

oracle
access
mysql
CREATE a VIEW.
A view is a named SELECT statement.
MySQL does not support views. Planned implementation

oracle
access
mysql