The document creates two MySQL tables, Employee and AnnualReviews, to store employee and review data. It inserts sample data into both tables and runs select queries to view the inserted data. The Employee table stores information like name, ID, hire/termination dates and salary. The AnnualReviews table stores review dates linked to employee IDs.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
40 views2 pages
Ujian 2
The document creates two MySQL tables, Employee and AnnualReviews, to store employee and review data. It inserts sample data into both tables and runs select queries to view the inserted data. The Employee table stores information like name, ID, hire/termination dates and salary. The AnnualReviews table stores review dates linked to employee IDs.