Explain the family trees and connection by clause
No Answer is Posted For this Question
Be the First to Post Answer
How to connect to a remote server?
20. Using a set operator, display the client number of all clients who have never placed an order.
What is the use of oracle?
What's dateware house and what's clustor with practicle example
What is enter substitution variable in oracle?
What are the differences between a sys and system user and what are the extra privileges available to the sys user?
How to write date and time literals in oracle?
Which Functions Using Integer ==> String's i.e 2 ==> Two... Like that string's ==> integer values ? It is Possible ?
How does the on-delete-cascade statement work?
How to check the server version in oracle?
What is data type 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