Here is the first set of errata. If any of these seem incorrect, don't hesitate to post a correction to my correction.
Code typos:
Page 73:
One of the "course_name" columns should be "course_code"Page 461:
Condition "AND P2.salary_amt < P1.salary_amt" gives bottom n salaries, not top n.Page 741:
I can't parse the example "color || = 'Purply Green')". I think it should be "color || '' = 'Purply Green')"Page 746:
The two SELECT examples are inconsistent. One has a CAST operator and the other doesn't.
Non-code typos:
Page 33, bottom sentence:
"correction" -> "correct"
No comments:
Post a Comment