Computer Science - Class 12
Solutions to CBSE Sample Paper - Computer Science Class 12

(iii) Delete the record of products whose price is more than 500 and discount is less than 0.2

Answer:

Answer by student

The SQL query is:

DELETE FROM Product WHERE Price > 500 AND Discount < 0.2;

Detailed answer by teachoo

The rest of the post is locked. Join Teachoo Black to see the full post.

Remove Ads
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science and Computer Science at Teachoo