Please answer this question along with the syntax.
my paper is over, I just wanted to clarify this question ☺️
Attachments:
Answers
Answered by
1
Answer:
1 select * from Vendor;
2 insert into Vendor values("V005","Vadilal","2010-03-20","indore");
3 select * from Vendor where Location='Delhi';
Explanation:
1. if you want to select all the fields available in the table.
2. if you are adding values for all the columns of the table, you don't need to specify the column names in the query.
3. WHERE clause is used to extract only those records that fulfill a specified condition.
Answered by
1
Answer:
AB CLARIFY KRR K KYA MILEGA...
JO LIKHA H PPR M WOHI HOGA CONSIDER... DNT DISTURB YOUR SELF
Similar questions