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?
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:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers