Answer Posted / subba rao
INSERT COMMAND CAN BE USED IN TWO WAYS
1.TO INSERT ALL VALUES INTO TABLE : VALUES INSERT INTO
<TABLE NAME> VALUES
(<COL_VALUE1>,<COL_VALUE2>...<COL_VALUEN>)
2.TO INSERT INTO SPECIFIED VALUES : INSERT INTO <TABLE
NAME> (<COL_NAME1>,<COL_NAME2>...<COL_NAMEN>)VALUES
(<COL_VALUE1>,<COL_VALUE2>...<COL_VALUEN>)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to write a left outer join with the where clause in oracle?
Differentiate between translate and replace?
How can you use check constraints for self referential integrity?
Explain about the analyze command in oracle?
What is flashback in Oracle?
How to use fetch statement in a loop?
How to store pictures on to the database?
How to convert a date to char in oracle? Give one example.
What is a database table in oracle?
Respected sir, Please send me technical questions related to oracle apps..
what is Single Byte Overhead...?
How to list all tables in your schema?
Give syntax for SQL and ORACLE joins.
What is oracle rowcount?
if you ctreate table identity