Lab Questions On Dbms
Lab Questions On Dbms
3.Find all the customer name who has account at all the
branches located in midnapore.
book(acc_no,title,publishers,authors,subject,no_copy)
borrower(card_no,b_name,b_add,b_phn)
issue(acc_no,card_no,date_of_issue,date_of_return)
Hotel (hotelNo,name,address)
Room (roomNo,hotelNo,type,price)
Booking (hotelNo,guestNo,dateFrom,dateTo,roomNo)
Guest (guestNo,name,address)
The following
query selects the names of instructors whose names are
neither “Mozart” nor
“Einstein”.