Computer Science, asked by atharvajambhale27, 6 months ago

.Write the example of One to many relationship​

Answers

Answered by nandnij486
2

Answer:

In a one-to-many relationship, one record in a table can be associated with one or more records in another table. For example, each customer can have many sales orders. The foreign key field in the Orders table, Customer ID, is designed to allow multiple instances of the same value. ...

Answered by saurabhsalil
0

Answer:

A student can work on more than one project. Student and Project are entities here. An individual student working on 2 projects at a time would be considered as One-to-Many relationship in DBMS.

Similar questions