InterviewSolution
Saved Bookmarks
| 1. |
________________ is not a category of SQL command.(a) TCL(b) SCL(c) DCL(d) DDLThe question was posed to me during an interview.Query is from Basic SQL in division Laying the Foundation of SQL Server |
|
Answer» RIGHT answer is (b) SCL The explanation is: SQL commands can be used not only for searching the database but also to PERFORM VARIOUS other functions.They are DDL,DML,TCL and DCL. |
|