SQL MCQ
SQL MCQ
A. Update Records
B. Insert Records
C. Both A and B
D. None of the above
A. CREATE
B. UPDATE
C. DELETE
D. All of the above
A. Using this command, you can remove or erase recorded information from
a database table.
B. It enables you to create new databases, tables, table views, and other
objects using this command.
C. Inserting records or data into the database tables is accomplished with
this command. In addition to inserting records in single rows, we can
insert records in multiple rows as well.
D. A single or multiple rows can be accessed using this command from one
or more tables of a database. Using the WHERE clause with this command
is also possible.
Answer: B) It enables you to create new databases, tables, table views, and
other objects using this command
A. A single or multiple rows can be accessed using this command from one
or more tables of a database. Using the WHERE clause with this command
is also possible.
B. Using this command, you can remove or erase recorded information from
a database table.
C. Database data can be updated or changed using this command.
D. It enables you to create new databases, tables, table views, and other
objects using this command.
A. A single or multiple rows can be accessed using this command from one
or more tables of a database. Using the WHERE clause with this command
is also possible.
B. Database data can be updated or changed using this command.
C. Database objects such as tables, table views, and other objects can be
deleted using this command.
D. Using this command, you can remove or erase recorded information from
a database table.
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.
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
Answer: B) SQL follows BASE Model whereas No-SQL follows ACID Model