Answer Posted / pushkar
INSERT INTO TABLE
VALUES (VAL1,VAL2,VAL3,...)
Note: SPECIFY THE RIGHT NUMBER OF COLUMNS AND THE
appropriate null values by writing "NULL" .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the use of analyse option in exp command.
What privilege is needed for a user to connect to oracle server?
How to get a list of all user accounts in the database?
How do we display rows from the table without duplicates?
How to use subqueries with the in operator using oracle?
List out the types of joins.
Define oracle database
what are the advantages of running a database in archive log mode?
How to define a data field as not null?
Why do you use stored procedures and state some of its disadvantages?
How to run create database statement?
How to rebuild an index in oracle?
How to use "in" parameter properly?
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
What is object data modeling?