1) Does oracle have any table which contain all the exceptions and it's code internally?
No Answer is Posted For this Question
Be the First to Post Answer
Will the Optimizer always use COST-based approach if OPTIMIZER_MODE is set to "Cost"?
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
What is meant by raw datatype?
What is open database communication (odbc) in oracle?
What is the difference between I and G in Oracle?
What happens if you set the sga too low in oracle?
Explain oracle data types with examples?
10. Display the client number, order date and shipping date for all orders where the shipping date is between three and six months after the order date.
What is Row Chaining ?
How do I reset a sequence in oracle?
What is a Garbage Collection? and what is full recursive Garbage collection?
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10