Describe the different type of Integrity Constraints
supported by ORACLE ?
Answer Posted / prna
SELECT MIN(SAL) FROM (SELECT SAL FROM (select sal from emp group by sal order by sal desc) WHERE ROWNUM<=3)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the use of Merge statement in oracle 11g
How to create lov dynamically at runtime & attach to text field?
What is the simplest tool to run commands on oracle servers?
What is a static data dictionary in oracle?
In which language oracle has been developed?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
What are the numeric comparison operations?
what is the difference between substr and instr function in oracle?
what is the use of system.effective.date variable in oracle?
What are the different types of synonyms?
What are privileges and grants?
Explain what are the different type of segments?
What is sequence?
How to define a record variable to store a table row?
what's query optimization and without use of IN AND Exist can we get another way data from query