InterviewSolution
Saved Bookmarks
| 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)
(ii)
|
|||||||||||||||||||||