Figure 8.12 shows an example of an EER diagram for a small private airport database that is used to keep track of airplanes, their owners, airport employees, and pilots. From the requirements for this database, the following information was collected: Each airplane has a registration number [Reg#], is of a particular plane type [of_type], and is stored in a particular hangar [stored_in]. Each plane_type has a model number [Model], a capacity [Capacity], and a weight [Weight]. Each hangar has a number [Number], a capacity [Capacity], and a location [Location]. The database also keeps track of the owners of each plane [owns] and the employees who have maintained the plane [maintain]. Each relationship instance in owns relates an airplane to an owner and includes the purchase date [Pdate]. Ea
What will be an ideal response?
Computer Science & Information Technology
You might also like to view...
In the Revisions task pane, change markers are vertical ____.
A. triangles B. squares C. rectangles D. circles
Computer Science & Information Technology
Gender and dates are two examples of PivotTable ________ variables
A) aggregate B) category C) grouping D) summary
Computer Science & Information Technology
When using the CSS box model, the optional components do not appear unless specified in a ____.
A. CSS rule B. CSS definition C. style rule D. style definition
Computer Science & Information Technology
The box model supports a separate property for each side for ____, such aspadding-topormargin-left.
A. padding B. margin C. Both A and B. D. Neither A nor B.
Computer Science & Information Technology