Teradata 12 SQL Sample Certification 1 – Question 4

Question :

Which statement is written correctly?

Options :

DELETE Userlist FROM ALL;

 

DELETE WHEREUserDate < DATE ’2000-01-01′;

 

DELETE UserList WHERE UserDate < DATE ’2000-01-01′ ALL;

 

DELETE FROM Userlist WHERE UserDate < DATE ’2000-01-01′;

Click HERE to check Answer


Answer:

 

Previous Next