28.1.2 Linking Tables (cont.)
Problems if an object references another object:
class Invoice { ... private: Customer* cust; ... };
Can't store a customer in a column (no ptrs. in SQL)
prev
|
top
|
next