DBMS - Assignment - 5
DBMS - Assignment - 5
11. Based on the Library Information System Database, perform the following SQL queries
related to SELECT, DISTINCT, WHERE, ORDER BY, AND, LIKE operations.
i. Display all the records of a table staff & quota.
ii. Display any two columns of table staff.
iii. Display all unique First Names FROM table staff.
iv. Return the number of distinct first names FROM table staff.
v. Display records of all male staff.
vi. Find the first names and last names of the students whose birthday is in May 2012
vii. Display all records of table staff in ascending order of date of joining.
viii. Display all records of male staff with ID greater than ‘S01’.