COMPUTER SCIENCE AND ENGINEERING
SQL
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following SQL commands can be used to add data to a database table?
|
ADD
|
|
UPDATE
|
|
APPEND
|
|
INSERT
|
Explanation:
Detailed explanation-1: -The INSERT INTO statement is used to insert new records in a table.
Detailed explanation-2: -The SQL INSERT INTO Statement is used to add new rows of data to a table in the database.
Detailed explanation-3: -List of DML commands: INSERT : It is used to insert data into a table. UPDATE: It is used to update existing data within a table.
Detailed explanation-4: -The ALTER TABLE statement is used to add, delete, or modify columns in an existing table.
Detailed explanation-5: -INSERT statements-These add new data into a database table.
There is 1 question to complete.