0% found this document useful (0 votes)
12 views5 pages

DBMS DA21234hmza

The document contains the details of exercises 3 and 4 submitted by Hamza Khan with registration number 21BCE2758. Exercise 3 contains 18 questions on retrieving data from database tables using functions like substring, upper case, lower case etc. Exercise 4 contains 9 questions on calculating statistics like count, average, minimum, maximum from employee table grouped by department, age etc.

Uploaded by

Infinity 9
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)
12 views5 pages

DBMS DA21234hmza

The document contains the details of exercises 3 and 4 submitted by Hamza Khan with registration number 21BCE2758. Exercise 3 contains 18 questions on retrieving data from database tables using functions like substring, upper case, lower case etc. Exercise 4 contains 9 questions on calculating statistics like count, average, minimum, maximum from employee table grouped by department, age etc.

Uploaded by

Infinity 9
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/ 5

Name: Hamza Khan

Registration Number: 21BCE2758

EXERCISE 3

1. Find the employee names whose salary lies in the range between 30000 and 70000.

2. Find the employees who have no supervisor.

3. Display the bdate of all employee s in the format ‘DDthMonthYYYY’.

4. Display the employee names whose bdate is on or before 1978

5. Display the department name that starts with ’M’.

6. Display the department names’ that ends with ‘E’.


7. Display the names of all the employees having supervisor with any of the following SSN 333, 543.

8. Display all the department names in upper case and lower case.

9. Display the first four characters and last four of the department names using substring function.

10. Display the substring of the Address (starting from 5th position to 11 th position) of all
employees.

11. Display the Mgrstartdate on adding three months to it.


12. Display the age of all the employees rounded to two digits.

13. Find the last day and next day of the month in which each manager has joined.

14. Print a substring from the string ‘Harini’.

15. Replace the string ‘ni’ from ‘Harini’ by ‘sh’.

16. Print the length of all the department names.

17. Display the date after 10 months from current date.

18. Display the next occurrence of Friday in this month.


19. Display the project location padded with **** on left side.

EXERCISE 4
1. How many different departments are there in the ‘employee’ table.

2. For each department display the minimum and maximum employee salaries

3. Print the average annual salary.

4. Count the number of employees over 30 age.

5. Print the Department name and average salary of each department.

6. Display the department name which contains more than 2 employees.


7. Calculate the average salary of employees by department and age.

Group age in range of 10

Group by department name

8. Count separately the number of employees in the finance and administration department.

9. List out the employees based on their seniority.

You might also like