written 8.0 years ago by | modified 2.8 years ago by |
Consider the following relation for book club
Members (Member_Id,Name,Designation,Age)
Books (Book_Id,BookAuthor,BookTitle,BookPublisher,BookPrice)
Reserves (Member_Id,Book_Id,Date)
Write the sql queries for the following statements:
i. List the names of members who are professors older than 50 years
ii. List the titles of book reserved by professors
iii. Find the Id’s of members who have reserved books which cost more than Rs.200
iv. Find the authors and titles of book reserved on ’20-9-2012’