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:
41 comments Page 2 of 5.
Mahesh Karbhal said:
9 years ago
INSERT command is use for inserting row in a table.
Prasu said:
8 years ago
Insert command is used insert new values into table.
Mounika Pallapu said:
8 years ago
INSERT is a keyword it is used for ADD the values to the table.
Bhavya said:
8 years ago
Insert command is used to add/create the row in the table.
INSERT into TABLE -NAME values('value1','value2','value3');
INSERT into TABLE -NAME values('value1','value2','value3');
Pawan kumar said:
8 years ago
What is use of add and make?
Pawan Kumar said:
8 years ago
If change the serial of value like (value1', ' value3', ' value2) ; then variable will execute or not?
Sacdiyo Nuur Maxamuud said:
8 years ago
You can add a row using INSERT keyword.
Haddad said:
8 years ago
The "insert" is the only keyword to add rows into table
insert into ( table_name ) values ( 'value1' , 'value2' , ...);
If the value is number don't put the quotes .
insert into ( table_name ) values ( 'value1' , 'value2' , ...);
If the value is number don't put the quotes .
Mk kashyap said:
7 years ago
INSERT is only keyword to add a row in database/table.
Saikiran said:
5 years ago
"How to insert values into a table"?
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers