rdbms_index_new
rdbms_index_new
Signature
No.
Consider the following Relational Schema: 1-5
1
CUSTOMER (cust_id, cust_name, annual_revenue)
A.
B.
b. Find out all the titles and authors of all the books issued
by the borrower where b_id is B001.
a. Find the name of the sailors who have reserved both a red
and green boat.
underlined.
a. Find the model number, speed and hard drive capacity for
all the PCs with prices below rs.500.
b. Find the makers of the PCs that have speed not less than
450MHz.
driver(did,dname,phone,rating,age)
alloted-in(cnu,did.date1)
stadium(sid,name,event,type,capacity,price)
organiser(oid,org-name,type-of-org)
booking(bid,sid,date-of-booking)
item(ino,iname,type,price,colour)
cust(cid,cname,phone,city)
sales(sales-id,ino,cid,sales-date)
artists(aid,aname,age.rank)
reserved(gid,aid,date,reverse)
emp(e-id,e-name,salary)
certified(e-id,a-id)
Signature of
HOD