Practice free →
HomeGATE CSEcomputerscienceDatabase Management Systems › A student's set of email addresses is best model…

A student's set of email addresses is best modelled as

Aa derived attribute based on the roll number
Ba multi-valued attribute (one student, many emails)
Ca composite attribute with username and domain parts
Da separate entity called EmailAddress
Answer & Solution
Correct answer: B. a multi-valued attribute (one student, many emails)
A student commonly has more than one email (personal, institute, work). That is the textbook case for a multi-valued attribute. NPTEL lists it: 'EmailAddress attribute for student' is given as a multi-valued example. Composite would mean splitting one address into parts; derived would mean computing it.
Solve this in the app — GATE CSE practice & 24k+ MCQs →
Related questions