Order date > 3 yrs old, delete orders A. DELETE FROM ORDERS WHERE ORDERDATE <ADDDATE(YY- 3,GETDATE()) B. DELETE FROM ORDERS WHERE ORDERDATE < ADDDATE(YY,+3,GETDATE()) C. DELETE FROM ORDERS WHERE ORDERDATE < GETDATE(), -3 D. DELETE FROM ORDERS WHERE < GETDATE. , +3

Showing Answers 1 - 3 of 3 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions