How to use attributes of the implicit cursor in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
Explain oracle left join with an example?
Is the After report trigger fired if the report execution fails ?
What is oracle in java?
Can a View based on another View ?
What do you know about normalization? Explain in detail?
How to upsert (update or insert into a table)?
how to find the second highest salary in a given table????
pls explain connect by prior with example and its real time use
What is rich query?
I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
What is the difference between implicit index and explicit index?
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