1.

Which of the following is not a DDL command?(a) UPDATE(b) TRUNCATE(c) ALTER(d) None of the MentionedThis question was addressed to me in unit test.My enquiry is from Basic SQL topic in division Laying the Foundation of SQL Server

Answer»

Correct choice is (a) UPDATE

Easiest explanation: Data definition language (DDL) commands ENABLE you to PERFORM the following TASKS:CREATE, alter, and drop schema OBJECTS.



Discussion

No Comment Found

Related InterviewSolutions