Explain oracle left join with an example?
No Answer is Posted For this Question
Be the First to Post Answer
What is the implicit cursor in oracle?
How to define a data field as not null?
How to convert a string to a date in oracle database?
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?
What is blob data type in oracle?
What is Redo Log Buffer in Oracle?
What is indexing, and how does it improve performance?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
can u call user defined functions in select statements
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