How to use subqueries with the exists operator in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
1.how to extract the second highest salary from emp table having sal as a column which contains the salary of all employee of an organisation.
what is reindexing?
Whether Oracle satisfy more codd rules or db2 satisfy more codd rules? How meny of each can satisfy ? Please answer me. Advance thanks
What does COMMIT do ?
how to unbreak sequence numbers during intereptions
how to produce numbers from 1 to 10 using dual table
What is a nested table and how is it different from a normal table?
Explain enable novalidate constraint.
How to write numeric literals in oracle?
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
where we have to use ON clause and where we have to use USING clause in JOINS
What are inner join and outer join?