What are data pump export and import modes?
No Answer is Posted For this Question
Be the First to Post Answer
Please explain oracle left join with an example?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it
In the oracle version 9.3.0.5.0, what does each number shows?
What is the effect of setting the 'RULE' for OPTIMIER_GOAL parameter of the ALTER SESSION Command ?
What is data type in oracle?
How you open and close a cursor variable.Why it is required?
How to remove a row in a database table?
What is DTS and purpose of DTS ?
How to use like conditions in oracle?
What do you understand by a database object? Can you list a few of them?
What are the components of logical database structure in oracle database?
How to create a new table by selecting rows from another table?