Give two examples of referential integrity constraints.
Answers were Sorted based on User's Feedback
Answer / monal
RELATIONSHIP BETWEEN CUSTOMERS AND ORDERS &
RELATIONSHIP BETWEEN ORDERS AND ORDERDETAILS
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / kalyan maddipati
Emp and Dept tables is the good example fro referential integrity as DeptNo in Dept table refers DeptNO of Emp table.
ie. You have a PK(Primary key) on Deptno of Dept table and FK(Foreign key) on Deptno of EMP Table
Is This Answer Correct ? | 4 Yes | 0 No |
Can you take Online Backups if the the database is running in NOARCHIVELOG mode? 5. How do you bring the database in ARCHIVELOG mode from NOARCHIVELOG mode? 6. You cannot shutdown the database for even some minutes, then in which mode you should run the database?
11 Answers FA, GE, Wipro,
You have just compiled a PL/SQL package but got errors, how would you view the errors?
Hot backup procedure?
why Datapump is faster than traditional export and import
how to restore files with rman?
What is RAID and what are different types of RAID configurations?
What background process refreshes materialized views?
2 Answers Accenture, FLSmidth,
What is the difference between the 2 operating modes of database mirroring? : sql server DBA
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
how to copy(migrate) the database one server to another server without using expdp/impdp how it is possible.
i want export 50gb data in datapump it will take 2 hours time to complete that how can u export that tell me script ???
How many memory layers are in the shared pool?