MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SQL

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You can add a row using SQL in a database with which of the following?
A
ADD
B
CREATE
C
INSERT
D
MAKE
Explanation: 

Detailed explanation-1: -The SQL INSERT INTO Statement is used to add new rows of data to a table in the database.

Detailed explanation-2: -When using the SQL INSERT statement: rows can be modified according to criteria only. rows cannot be copied in mass from one table to another only. rows can be inserted into a table only one at a time only.

Detailed explanation-3: -The INSERT statement is used to add data to a table. The INSERT INTO command inserts one or multiple rows into a MySQL table.

There is 1 question to complete.