Errata

SQL in a Nutshell

Errata for SQL in a Nutshell

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 3
1st line

You mention Codd's 12 rules, but only discuss 11. I couldn't find mention of # 9.
Or is it to go along with #1, 2, and 8?

UPDATE [172.xxx.xxx.xxx].DatasourceB.dbo.dk_sku
SET
weight = ds.weight,
dimensional_weight = ds.dimensional_weight
FROM [172.26.180.234].DatasourceB.dbo.dk_sku AS rds,
dk_sku AS ds
WHERE rds.sku_id = ds.sku_id

Anonymous   
Printed Page 48
VARCHAR entry

VARCHAR is described in the text as holding fixed-length character data, but it actually holds variable-length character data.

Anonymous  May 18, 2023