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 use "for" statements in oracle?
How to run the anonymous block again?
What is an oracle data file?
What is SQL access advisor in Oracle?
What is MTTR advisor in Oracle?
Difference between pre-select and pre-query
Why is oracle used?
How do I limit the number of oracle database connections generated by weblogic server?
Describe varray?
Why do you create or replace procedures rather that drop and recreate.
How many memory layers are in the oracle shared pool?
How many types of synonyms in Oracle?
How to commit the current transaction in oracle?
What is partitioned table in Oracle?
How to select some columns from a table in oracle?