Q. What is the work of SELECT command?
-
(A)
Database objects such as tables, table views, and other objects can be deleted using this command.
-
(B)
Database objects such as tables, table views, and other objects can be deleted using this command.
-
(C)
One or more rows from one or more tables of the database can be accessed with this command. Using the WHERE clause with this command is also possible.
-
(D)
It enables you to create new databases, tables, table views, and other objects using this command.
β
Correct Answer: (C)
One or more rows from one or more tables of the database can be accessed with this command. Using the WHERE clause with this command is also possible.