1.

On the basis of the Table Pharma; write the output(s) produced by executing the following queries :(i) SELECT RXID, DrugName, Price from PharmaDB rvhere PharmacyName IN ('Rx Parmacy", "Raj Medicos");(ii) SELECT PharmacyName, COUNT(*) FROM PharmaDB GROUP BY PHARMACY NAME;

Answer»

(i)

RxIDDrugNamePrice
R1000Amlodipine100.00
R1001Paracetamol15.00
R1004Levocitrezine110.00

(ii) 

PharmacyNameCOUNT(*)
Rx Pharmacy2
Raj Medicos1
My Chemist2



Discussion

No Comment Found

Related InterviewSolutions