What is a weak relationship provide an example?
John Thompson
Updated on January 22, 2026
A weak, or non-identifying, relationship exists if the primary key of the related entity does not contain a primary key component of the parent entity. Company database examples include: Customer(CustID, CustName) Order(OrderID, CustID, Date)