what is the syntax of INSERT command?

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


Please Help Members By Posting Answers For Below Questions

What do you understand by a database object? Can you list a few of them?

783


What are the parameters that we can pass through a stored procedure?

806


Give the various exception types.

740


nw i'm doing MBA system and planning to do oracle,database management.tell me that whether it is useful r not?.refer any course for my carrier pls

1947


What is a snapshot log?

761


What is integrity and what is constraint??Explain with example

1960


What is the difference between I and G in Oracle?

796


How to delete an existing row from a table in oracle?

841


Is it possible to split the print reviewer into more than one region ?

2021


What is tns service name?

828


Can a formula column referred to columns in higher group ?

2256


Point out the difference between user tables and data dictionary?

749


how to make an oracle object

2083


What is where clause in oracle?

757


How to check the oracle tns settings?

785