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