190k views
3 votes
Consider the following relationship involving two entities, students and classes:A student can take many classes. A class can be taken by many students.

How many tables can be used to represent this relationship in a schema?

A. 1

B. 2

C. 3.

D all of them

User Aury
by
5.3k points

1 Answer

3 votes

Answer:

3

Step-by-step explanation:

ER model can be used and is based on three basic concepts: Entities, Attributes & Relationships.

An entity can be place, person, object, event or a concept, which stores data in the database.

Relationship is nothing but an association among two or more entities. A weak entity is a type of entity which doesn't have its key attribute.

User Ali Ismayilov
by
5.1k points