Program 4
Program 4
mysql> select PName from shopee where PName like 'C%' order by Price asc;
+-----------+
| PName |
+-----------+
| Cake |
| Chocolate |
| Coffee |
+-----------+
3 rows in set (0.00 sec)
2. To Display Scode,PName and city of the products whose Qty is less than 100.