What is an index associated with a constraint?
No Answer is Posted For this Question
Be the First to Post Answer
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
How to use subqueries in the from clause in oracle?
What do you mean by a tablespace?
What is a database table in oracle?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
What are the different types of database objects?
Without giving condition how to retrieve the unmatched records from table.
How to shutdown your 10g xe server?
How to drop a stored function?
How to load data through external tables?
What is integrity and what is constraint??Explain with example
Explain the difference between a procedure and a function? What do you understand by those terms?