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?
No Answer is Posted For this Question
Be the First to Post Answer
What are the ansi data types supported in oracle?
How do you find current date and time in oracle?
What is logical backup in oracle?
What is the sid in oracle?
What is an oracle data file?
What are the factors causing the reparsing of SQL statements in SGA?
What are the composite date types in oracle?
What happens in oracle commit?
Where do we use decode and case statements?
What is query image?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ================ 1 NULL 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6
Why do we need integrity constraints in a database?