Error on Page 26 Try It Out
On page 26, the Try It Out code asks you to create a new column in the myLibrary table called book_id.
It then goes on to ask you to use update statements to update the book ids for four books but the sample UPDATE statements provided use the column alias bk_id rather than book_id.
Gerry
|