CBSE Class 12 Computer Science
Question 59 of 79
Table Creation and Data Manipulation Commands — Question 5
Back to all questionsDELETE FROM Orders
WHERE OrdNo IN (
SELECT Payment.OrdNo
FROM Payment
WHERE Payment.Pment = 'COMPLETE');