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
What is analyze command used for?
How much memory your 10g xe server is using?
How to concatenate two text values in oracle?
Difference between varchar and varchar2 data types?
What is the parameter mode that can be passed to a procedure?
Explain what are the advantages of views?
What is a proxy class?
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?
How to count duplicated values in a column in oracle?
What is redo log?
What are the different types of partitions in oracle?
Explain integrity constraint?
What is meant by joins?
What is pragma autonomous transaction in oracle?
What is Library Cache in Oracle?