Ask Question
9 April, 04:56

To implement a small database, a database designer must know the "1" and the "M" sides of each relationship and whether the relationships are mandatory or optional.

+1
Answers (1)
  1. 9 April, 08:02
    0
    True.

    Explanation:

    "1" to "M" or 1 to many is a type of relationship between tables in a relational database. It means that against 1 record in a table, there can be 0 to many rows in the other table. Not that the many or child table doesn't need to have any record against the 1 or parent row, so the many side is optional.

    Example can be a Customer and Order relationship. Where Customer is the parent table and Order is the child table. "A customer can have 0 to many orders".
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “To implement a small database, a database designer must know the "1" and the "M" sides of each relationship and whether the relationships ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers