SQL Cbse Best
SQL Cbse Best
program solution
1. Consider the following tables Product and Client. Write SQL
commands for the statements (i) to (iii) and give outputs for SQL
queries (iv) to (vi).
(i) To display the details of those Clients whose city is Delhi.
(iii) To display the details of those products whose name ends with
“wash”
(IN) SELECT DISTINCT City FROM CLIENT: