What are the six phases of view modeling?

What will be an ideal response?


Identify entities.
Construct a data model showing entity associations.
Add primary keys and attributes to the model.
Normalize the data model and add foreign keys.
Construct the physical database.
Prepare the user view.


PTS: 1

Computer Science & Information Technology

You might also like to view...

Adding an element to a binary search tree requires that the element must

a) be an int b) have a value that is in between the smallest and the largest value already in the binary search tree c) be Comparable d) have a positive value e) none of the above

Computer Science & Information Technology

Write a statement that displays the elements of row 0 of t.

What will be an ideal response?

Computer Science & Information Technology

Use separate statements to declare variable a to be of type Part, array b[10] to be of type Part and variable ptr to be of type pointer to Part

What will be an ideal response?

Computer Science & Information Technology

Side-by-side tables can be sorted individually

Indicate whether the statement is true or false

Computer Science & Information Technology