The document contains SQL statements to create an EMPLOYEE table in a QUIZ database, insert, update, select, delete and alter data. It creates the table, inserts one record, updates an employee's job code, selects employees with a specific job code, deletes a record by date and job code, and alters the table twice to add new columns.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
26 views4 pages
Waqar 4
The document contains SQL statements to create an EMPLOYEE table in a QUIZ database, insert, update, select, delete and alter data. It creates the table, inserts one record, updates an employee's job code, selects employees with a specific job code, deletes a record by date and job code, and alters the table twice to add new columns.