Multiple choice technology databases

Students -------------< Cars, This graphic indicates

  1. that a student can own 0, 1 or many cars

  2. a car can be owned by many students

  3. a student cannot own a car

  4. a stundent can own many cars and a car can be owned by many students

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The ERD notation 'Students -----< Cars' shows a one-to-many relationship from Student to Car, indicated by the crow's foot notation at the Car end. This means each student can be associated with zero, one, or multiple cars, representing ownership or assignment.