Which three pieces of information did E.F. Codd describe as necessary to retrieve a data value
from a relational database?
A.
Attribute, domain, andtuple
B.
Entity, relation name, and domain
C.
Table name, primary key, and entity
D.
Attribute, relation name, and primary key
D is correct. Remember that relation name is equivalent to table.
https://en.wikipedia.org/wiki/Table_(database)