Data Models into Database Designs - Technical MCQs

Q1:

Each entity is represented as a(n):

A tuple.

B table.

C attribute.

D file.

ANS:B - table.

Each entity is represented as a row of a table. Entity set corresponds to a collection of entities which is nothing but a set of rows (a table).