How to sort the query output in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
Which Functions Using Integer ==> String's i.e 2 ==> Two... Like that string's ==> integer values ? It is Possible ?
How can I get column names from a table in oracle?
what are Triggers?
What operating systems are supported by oracle database 10g xe?
Give the different types of rollback segments.
Youre getting high busy buffer waits - how can you find whats causing it?
Explain oracle data types with examples?
Do View contain Data ?
How do I learn what codesets are available in oracle?
i deleted 4 records form the table.after i have applied commit .now i want to get back those records.how?
What privilege is needed for a user to create indexes in oracle?
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