What is the difference between implicit index and explicit
index?
Answer Posted / raji
Implicit index is by default non cluster index
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by merge in oracle?
What privilege is needed for a user to create tables 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.
What is define in oracle?
What is a trace file and how is it created in oracle?
What is the database name in oracle?
How to use subqueries with the in operator using oracle?
How to export your connection information to a file?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
How to shutdown your 10g xe server from command line?
How to shutdown your 10g xe server?
What is a proxy object?
What is archive log in Oracle?
What does sharding mean?
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.