Answer Posted / vara prasad vizag
Syntax:
INSERT INTO <Table-Name> ( Col1,Col2....)
VALUES(Val1,Val2...);
Example:
INSERT INTO StudentInfo (Studno,Fname,Lname,DOB,DOJ, Gender)
VALUES(1234,'Varaprasad','Vizag','17-Nov-85','M');
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to add a new column to an existing table in oracle?
How to create a new table in your schema?
How to see the table columns used in an index?
How to fetch the row which has the max value for a column?
Explain the use of log option in exp command.
How to use subqueries with the exists operator in oracle?
How to open a cursor variable?
Is there an oracle sql query that aggregates multiple rows into one row?
What is proxy method?
What privilege is needed for a user to query tables in another schema?
What are nested tables?
What is user managed backup in Oracle?
What is the usage of save points in oracle database?
What do you mean by cdb and pdb in oracle 12c?
What is a connect identifier?