InterviewSolution
Saved Bookmarks
| 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 |
|