Assignment 2
Assignment 2
Assignment -2
Now write queries for the following in relational algebra as well as in SQL:
3. Find the names of students with their course who issued books on 23rd February 2016.
i) Display the books under the category “Networking” currently available in library.
ii) Find the member who has paid maximum fine.
iii) Display all book details which are returned today.
Q.3 Write an explicit cursor which will display employee number and name of all employees
make use of the EMP table.