Computer Science, asked by kushwahnishant2, 17 days ago

write a query to delete the record for the SALES table where SALE_QTY=1​

Answers

Answered by gurmandeep0714
0

Answer:

delete from sales

where sale_qty=1;

Similar questions