Street _ Address Phone Employer Registration _ Date FK1Zip Enrollment PK , FK1Section _ ID PK , FK2Student _ ID Enroll _ Date Final _ Grade LAB STEPS STEP 1 : The DROP Statements
A DROP TABLE statement must appear in your script file , prior to the SQL statements for creating
the table in question . This will allow you to run and re-run your script file as often as you need to . The
very first time you run your script the table does not exist , so the IF EXISTS clause causes the statement
to be ignored . Thereafter , the table will be deleted , ensuring that your CREATE TABLE statement creates
the table fresh and clean , with only the attributes present in the current revision of the CREATE