which statement is running fastly ie insert or delete?
Answer Posted / somya
delete
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How to find the duplicate rows count from employees table in oracle?
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.
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
Explain enable novalidate constraint.
How to run create database statement again?
Explain the use of grant option in imp command.
What is BBED in Oracle?
Can we connect to ORACLE db using Windows Authentication?
How do I limit the number of rows returned by an oracle query after ordering?
How to start a new transaction in oracle?
How many memory layers are in the oracle shared pool?
What is oracle latest version?
Can you create a synonym without having a table?
How many types of tables supported by oracle?