IT-402 - DBMS Que & Ans - 3
IT-402 - DBMS Que & Ans - 3
The following query will update the ADDRESS for a customer whose
ID is 2
UPDATE Customer SET ADDRESS = ‘PUNE’ where ID = 2;
Ans.
i. Select price * quantity from item;
ii. Select * from item where price < 50;
(39) remember the syntax of different queries and do practice