1. The document describes creating tables for an employee database with tables for employee, department, contact, and salary information.
2. It includes the CREATE statements to build each table with the relevant columns, as well as INSERT statements to populate the tables with sample data.
3. The document also includes several SELECT statements to query and retrieve data from the tables.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
49 views4 pages
SQL Queries-Employee Database Aim:: Ex No
1. The document describes creating tables for an employee database with tables for employee, department, contact, and salary information.
2. It includes the CREATE statements to build each table with the relevant columns, as well as INSERT statements to populate the tables with sample data.
3. The document also includes several SELECT statements to query and retrieve data from the tables.