You work in the registrar's office of a large university. You are responsible for creating a student database that contains students' ID numbers, names, addresses, phone numbers, and some medical information.
Suppose the student health database includes two tables, one table called Students that contains student information such as StudentID, student name, address, and telephone number and the other table called Documentation that contains several records for each student and records the dates and descriptions of various medical documents required by the university. What type of relationship would need to be established between the two tables?

What will be an ideal response?


one-to-many

Computer Science & Information Technology

You might also like to view...

If the function prototype for a default parameter list function is:

```int ParkingLot(char = ‘T’, int = 4, int = 1);``` how many function header lines and bodies will be required? A. 1 B. 3 C. 4 D. The number is determined by the program’s needs.

Computer Science & Information Technology

If a file needs to be read but not edited, even on different platforms, it should be saved as a(n) ________ document

Fill in the blank(s) with correct word

Computer Science & Information Technology

?When formatting documents, ____ settings determine where text begins on a line in relation to the left margin.

A. ?Indent B. ?Alignment C. ?Line spacing D. ?Paragraph spacing

Computer Science & Information Technology

Which of the following statements about the else statement is true?

A. The else statement is required. B. The else statement cannot be another two-way selection. C. The else statement is executed when the condition is true. D. The else statement can be a null statement. E. The else statement may have a side effect.

Computer Science & Information Technology