Question: What type of relationship exists between courses and students?
Which type of relationship exists between a teacher table and class table? This kind of relationship is known as one-to-many. The one-to-many relationship cannot be represented in a single table. For example, in a “class roster” database, we may begin with a table called Teachers, which stores information about teachers (such as name, office, phone, …