Oracle DBMS Interview Question and Answers
17. | Give some examples of join methods? |
---|---|
Some examples of join methods are given as follows:
|
|
18. | What is database designing? |
---|---|
Database designing is a process, which follows the requirement analysis phase to determine the required database structure to satisfy application product, or business requirements as per the given criteria. | |
19. | What is join dependency? |
---|---|
A join dependency is a situation where a table can be created by joining two or more tables. | |
20. | What is the difference between logical data model and physical data model? |
---|---|
Physical data model depits database in terms of physical objects, such as tables and constrainst; whereas logical data model depicts database in terms of logical objetcs, such as entities and relatioship, and it is represented by the entity relationship model. | |