Discuss the important role played by users in the process of database design.
What will be an ideal response?
The users’ involvement throughout the database design phase is critical to providing the ‘correct’
system. In particular, the user should clarify any ambiguities in the specification that describes the
required system and also review continually the development of the database design. The process
of developing the database design is repeated until the user is prepared to ‘sign-off’ the design as
being a ‘true’ representation of the part of the enterprise that is being modeling.
You might also like to view...
When configuring the background color of an element, the background color is applied to both the content and ______ areas.
a. border b. padding c. margin d. extra
Which function header line is used for the function named PassThis ?
A. void PassThis(int[ ][3]) B. void PassThis(int tbl[4][3]) C. void PassThis(int tbl[4][ ]) D. void PassThis(int tbl[ ][3])