Select from following answers:- DELETE FROM Orders WHERE productID = 343 AND shippingcountry = N'India'

- DELETE FROM Orders WHERE productID = 343 OR shippingcountry = N'India'
- DELETE FROM Orders WHERE productID = 343 AND NOT shippingcountry = N'India'
- All Above
This statement will delete data when the product ID is set to 343 and the shipping country is set to Australia.
Show Correct Answer
Source: measureup.com | |
Alert Moderator