PKStudent _ ID Salutation First _ Name Last _ Name 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