Database - Introduction to SQL - Discussion

Discussion Forum : Introduction to SQL - General Questions (Q.No. 1)
1.
You can add a row using SQL in a database with which of the following?
ADD
CREATE
INSERT
MAKE
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
43 comments Page 4 of 5.

Kitty said:   1 decade ago
We can add a row using the key word of insert.

Saidareddy said:   1 decade ago
Insert command is only add a row in a table.

Raj said:   1 decade ago
Insert command is only add a row in a table.

Ritu singh said:   1 decade ago
Create is a command to create a new table.

Shariff said:   1 decade ago
What is implicit & explicit insertion?

MMD said:   8 months ago
Thanks everyone for explaining the answer.
(1)

Nithya said:   1 decade ago
We can add rows using Insert keyword only.

DKSIVA said:   6 years ago
insert into T.N values(1,2,3,4,5,....etc)
(3)

Sacdiyo Nuur Maxamuud said:   9 years ago
You can add a row using INSERT keyword.

Suchithra said:   9 years ago
You can add a row using INSERT keyword.
(3)


Post your comments here:

Your comments will be displayed after verification.