The document contains SQL commands to create a table named 'employees' with various attributes including employee_id, first_name, last_name, job_title, salary, reports_to, and office_id. It also includes a series of INSERT statements to populate the 'employees' table with data for multiple employees. The data includes employee details such as names, job titles, and salaries.
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)
4 views1 page
Create Employee Table
The document contains SQL commands to create a table named 'employees' with various attributes including employee_id, first_name, last_name, job_title, salary, reports_to, and office_id. It also includes a series of INSERT statements to populate the 'employees' table with data for multiple employees. The data includes employee details such as names, job titles, and salaries.