Write seven sentences explaining the right-to-left relationships

What will be an ideal response?


The left to right relationships are:
A. Each employee is assigned to one and only one office. Each office is occupied by one and only one employee.
B. Each cargo aircraft will serve from one to many distribution centers. Each distribution center is served by one and only one cargo aircraft.
C. One systems analyst is assigned to anywhere from zero to many projects. Each project will be developed by one and only one systems analyst.
D. One machine is undergoing anywhere from zero to one scheduled maintenance.
Scheduled maintenance is being done to one and only one machine.
E. Each salesperson is assigned to anywhere from one to many customers. Each customer may have from one to many salespersons.
F. One home office has one to many employees. Each employee may be assigned from zero to one home office.
G. Each passenger is flying to many destinations. Each destination will be visited by many passengers.

Computer Science & Information Technology

You might also like to view...

You CANNOT insert charts from a spreadsheet into a Word document

Indicate whether the statement is true or false

Computer Science & Information Technology

Countermeasures to defend systems against attacks can be classified into two categories: compile-time defenses and _________ defenses.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In Project 2013, tasks that are NOT displayed in ________ in Network Diagram view are non-critical tasks

A) green B) black C) blue D) red

Computer Science & Information Technology

Which of the following is an illegal use of function put?

a. cout.put( 'A' ); b. cout.put( "A" ); c. cout.put( 'A' ).put( '\n' ); d. cout.put( 65 );

Computer Science & Information Technology