What is define in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is a Sequence ?
Explain parameter file in oracle.
How to store pictures on to the database?
What happens to the current transaction if the session is ended?
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me
What is the difference between normal and corelated subqueries?
How to load a large xml file?
I have one table :EID,Depid,ename,sal I want to have max(sal) in each department.
5 Answers Microsoft, Oracle, TCS,
How to view the data files in the current database?
What is a directory object?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
how can find the second max sal for every group(i.e i want group the data based on key and find the second max sal for every group