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
What is snapshot is too old? Give and example for better understand.
How to set up autotrace for a user account?
Explain a synonym?
How remove data files before opening a database?
How to run queries on external tables?
What do you know about normalization? Explain in detail?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
Explain the truncate in oracle?
Explain the use of inctype option in exp command.
what is the use of system.effective.date variable in oracle?
What is the difference between count (*), count (expression), count (distinct expression)?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
How to generate query output in html format?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
Can we write insert statement in function in oracle?