Q2 All Sets For Practice
Q2 All Sets For Practice
(ii) 3
---------------------------------------------------------------------------------
SET 2
(b)
(i) name salary
Abdul Ahmad 24000
Ravi Chander 32000
-----------------------------------------------------------------------------------
-
set 4
(iv) select books.bid, bname, auname, qty_issued from books, issued where
books.bid-issued.bid and price>=200 and price<=400;
OR
---------------------------------------------------------------------------------
set 5
(iii) select orderid, orderdate, customername, mobileno from customer, order where
customer.customerid = order.customerid and (customername like '%k' or customername
like '%h%';
--------------------------------------------------------------------------------
set 6
OR
(iv) select books.bid, bname, auname, qty_issued from books, issued where
OR
-----------------------------------------------------------------------------------
--