what is insert all statement in sql
Answers were Sorted based on User's Feedback
Answer / ankit
An insert all statement allows you to insert data into
multiple table with a single statement. For example:
INSERT ALL
INTO TABLE1(COLUMN1, COLUMN 2) VALUES('A','B')
INTO TABLE2(COLUMN 3,COLUMN4) VALUES ('1','2')
INTO TABLE3(COLUMN5,COLUMN6) VALUES ('2','A')
FROM DUAL
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / sudip
INSERT ALL
INTO TABLE1(COLUMN1, COLUMN2) VALUES('A','B')
INTO TABLE2(COLUMN3,COLUMN4) VALUES ('1','2')
INTO TABLE3(COLUMN5,COLUMN6) VALUES ('2','A')
select * FROM DUAL
| Is This Answer Correct ? | 6 Yes | 0 No |
List out the types of joins.
How to call a stored procedure inside a trigger? Give an example.
Difference between cartesian join and cross join?
What happens to the current transaction if the session is ended?
How to find the duplicate rows count from employees table in oracle?
How can we find the size of a database?
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
How to see free space of each tablespace?
what is the difference between no rows returned and null returned?
What is Database Trigger ?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
which is best insttute for teradata,sybase,mysql,oracle in hyderabad