0% found this document useful (0 votes)
21 views1 page

Practice Questions

Uploaded by

mansisawant974
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
21 views1 page

Practice Questions

Uploaded by

mansisawant974
Copyright
© © All Rights Reserved
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
You are on page 1/ 1

1. Write an SQL query to fetch unique values of DEPARTMENT from Worker table.

2. Write an SQL query to print details of the Workers whose FIRST_NAME ends with ‘h’
and contains six alphabets.
3. Write an SQL query to print details of the workers whose department is Admin and is
earning a salary 100k and more.
4. Write an SQL query to print details of the workers whose title is Manager.
5. Write an SQL query to print details of workers whose names are starting with 'V'.
6. Write an SQL query to print First name & last name of workers who are not working in
the HR department.
7. Write an SQL query to find out all the details of the workers who are having their salary
less than 100k.Sort them is descending order according to their First names.
8. Write an SQL query to find the worker who is receiving the highest bonus amount.
9. Write an SQL query to print details of workers having IDs as 3,4,7,8.
10. Write an SQL query to fetch the IDs of workers having a job title as Executive.

You might also like