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:
44 comments Page 3 of 5.
Piyush said:
1 decade ago
Insert command can be used to easily add the complete row.
Mk kashyap said:
9 years ago
INSERT is only keyword to add a row in database/table.
(2)
Aysha said:
1 decade ago
Insert is the keyword to add all values into the table
Prasu said:
1 decade ago
Insert command is used insert new values into table.
Kanimozhi said:
9 years ago
INSERT is for putting in a fresh record to a table.
(1)
Mahesh Karbhal said:
1 decade ago
INSERT command is use for inserting row in a table.
Navee said:
1 decade ago
Insert is the only keyword to add a row in a table.
Sangita said:
1 decade ago
Insert into<table name> values(001,'rupali');
Rani said:
1 decade ago
Insert is the command used to add rows in a table.
MURALI CHAVADI said:
5 years ago
insert into TABLENAME into VALUES(col1,col2,....);
(5)
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers