Hey there could some one please explain what this means.
create table order_items
(
order_id int unsigned not null references orders(order_id)
)
i undersant everything except the "references orders(order_id)
i know that orders is the orders table but what exactly is it doing?
cheers