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
How to start your 10g xe server?
What is recycle bin in Oracle?
What is the quickest way to export a table to a flat file?
What privilege is needed for a user to delete rows from tables in another schema?
What is redo log?
How would you change old and new values in an insert, delete and update triggers?
What is backup in Oracle?
How does oracle handle read consistency?
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
Explain an index?
Why is oracle used?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
What are the different oracle database objects?
What to do if the startbd.bat failed to start the xe instance?
How to get a create statement for an existing table?