9)When information has to be stored w.r.t employees and
their respective departments, which of the following is the
Correct formulation of entries?
A)Employee and department would together be represented as
an entity.
B)This is too less information to decide on entities.
C)An employee would be one entity and a department would be
another.
D)Such a scenario cannot be modelled in RDBMS
Answer Posted / lakshmi.s
C
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is primary key indexed by default in oracle?
How a database is related to tablespaces?
How many memory layers are in the oracle shared pool?
How to export your connection information to a file?
What is varray?
What are the advantages of oracle?
What is the exact use of Collections?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
How to rename a column in an existing table?
How many data types are supported?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
How to start instance with a minimal initialization parameter file?
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.
What is the difference between a primary key & a unique key?
Explain the use of online redo log files in oracle.