Hi Rob,
Thanks for the excellent explaination, it has been a huge help. can I ask a couple of questions ...
create table books (
isbn char(13) not null primary key,
author char (60) not null,
title char (120) not null,
pubdate char (15),
edition char (4),
publisher_id...