I have two tables, Order and OrderItems...The Order table has a OrderId column that's the primary key
The OrderItems also has this column as foriegn key....For a given Order, if the OrderId is 1 and it has two items the OrderItems table
will have two rows...