For a weak entity set, we add columns to the table corresponding to the primary key of the strong entity set on which the weak set is dependent.
For example, the weak entity set transaction has three attributes: transaction-number, date and amount. The primary key of account (on which transaction depends) is account-number. This gives us the table of figure 2.16.