1.

___________removes all rows from a table without logging the individual row deletions.(a) DELETE(b) REMOVE(c) DROP(d) TRUNCATEThe question was asked during an interview for a job.I need to ask this question from Basic SQL in section Laying the Foundation of SQL Server

Answer»

The CORRECT option is (d) TRUNCATE

Easiest explanation: TRUNCATE statement is a Data DEFINITION Language (DDL) operation that marks the EXTENTS of a table for DEALLOCATION.



Discussion

No Comment Found

Related InterviewSolutions