1.

To remove a relation from an SQL database, we use the ______ command.(a) Delete(b) Purge(c) Remove(d) Drop tableI got this question in a national level competition.This interesting question is from SQL Basics and SQL Data Definition in section SQL : Queries, Constraints and Triggers of Database Management

Answer»

Correct answer is (d) DROP table

The EXPLANATION is: Drop table deletes the whole STRUCTURE of the relation .purge REMOVES the table which cannot be obtained again.



Discussion

No Comment Found

Related InterviewSolutions