1.

Which of the following SQL clauses is used to DELETE tuples from a database table?(a) DELETE(b) REMOVE(c) DROP(d) CLEARThis question was posed to me during an interview.This intriguing question originated from Basic SQL in chapter Laying the Foundation of SQL Server

Answer»

Right option is (a) DELETE

Easy EXPLANATION: The SQL DELETE Query is USED to delete the EXISTING records from a table.



Discussion

No Comment Found

Related InterviewSolutions