Difference between oracle's plus (+) notation and ansi join notation?
No Answer is Posted For this Question
Be the First to Post Answer
what is a view?
What is oracle update statement with inner join ?
How to call a trigger inside a stored procedure?Give an example.
What is the difference between I and G in Oracle?
How to recover a dropped table in oracle?
What is bulk collect in oracle?
What is the purpose of save points in oracle database?
What are the trigger associated with image items ?
SQLERRM is a a. Constraint b. Pre Defined Exception c. Pseduocolumn d. Constant e. None of Above.
sql command 2 know current database
If server is in US and client is in india there is timezone is diffrence, How can we display date in indian time when data is displayed from US server timezone?
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