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
How will you identify oracle database software release?
Explain the use of record option in exp command.
What is archive log in Oracle?
What are the differences between number and binary_float in oracle?
Is java required for oracle client?
Explain about your project and its relation to the current job position you are applying to?
How to convert times to characters in oracle?
How can we force the database to use the user specified rollback segment?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
How to run create database statement?
What is the difference between alert log file and tarce file ?
How do I manually create a database in oracle?
How do I limit the number of rows returned by an oracle query after ordering?
6. Display the client name and order date for all orders using the traditional method.
How will you differentiate between varchar & varchar2?