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
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
What is partitioned table in Oracle?
Why should I use oracle database?
Please explain oracle data types with examples?
What is the database name in oracle?
What is the quickest way to fetch the data from a table?
What are the limitations oracle database 10g xe?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
What are a query and state the different types of queries and their uses?
How do I spool to a csv formatted file using sqlplus?
Will you be able to store pictures in the database?
Can objects of the same schema reside in different tablespace?
How to create a new view in oracle?
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'));
What is key preserved table?