The document creates an Employee table with columns like Name, EMPNO, ENAME, JOB, etc and inserts values into the table. It then runs various queries on the Employee table like finding MIN, MAX, AVG of SAL, difference between MAX and MIN salary, employees whose salary is more than minimum and job starts with M, sum of salary by job, minimum salary for each manager.
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)
13 views1 page
1 Ans
The document creates an Employee table with columns like Name, EMPNO, ENAME, JOB, etc and inserts values into the table. It then runs various queries on the Employee table like finding MIN, MAX, AVG of SAL, difference between MAX and MIN salary, employees whose salary is more than minimum and job starts with M, sum of salary by job, minimum salary for each manager.