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 5 of 5.

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

Ankur said:   1 decade ago
Insert into <table_name> values("&name",&age);

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


Post your comments here:

Your comments will be displayed after verification.