Explain how entities are transformed into tables?
Explain how attributes are transformed into columns. What column properties do you take into account when making the transformation?
Explain how the representation of weak entities differs from the representation of strong entities ?
List the three types of binary relationship and give the example of each .do not use the examples given in the text ?
Define the term foreign key and give an example ?
Define the term parent and child as they apply to tables in database design and give an example of each ?
For a 1:N relationship ,explain why you must place the key of the parent table in the child table rather than place the key of the child table in the parent table ?
Explain the meaning of the term intersection table ?