Practice Questions
Practice Questions
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.