Published by Technics Publications, 2024
ISBN 10: 1634624769 ISBN 13: 9781634624763
Language: English
Seller: GreatBookPrices, Columbia, MD, U.S.A.
US$ 39.35
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Published by Technics Publications, 2024
ISBN 10: 1634624769 ISBN 13: 9781634624763
Language: English
Seller: California Books, Miami, FL, U.S.A.
Condition: New.
Published by Technics Publications, 2024
ISBN 10: 1634624769 ISBN 13: 9781634624763
Language: English
Seller: Best Price, Torrance, CA, U.S.A.
Condition: New. SUPER FAST SHIPPING.
Published by Technics Publications, 2024
ISBN 10: 1634624769 ISBN 13: 9781634624763
Language: English
Seller: GreatBookPrices, Columbia, MD, U.S.A.
US$ 40.88
Convert currencyQuantity: Over 20 available
Add to basketCondition: As New. Unread book in perfect condition.
Published by Technics Publications 7/8/2024, 2024
ISBN 10: 1634624769 ISBN 13: 9781634624763
Language: English
Seller: BargainBookStores, Grand Rapids, MI, U.S.A.
Paperback or Softback. Condition: New. Database Technology: Nulls Considered Harmful 0.95. Book.
Published by Technics Publications, 2024
ISBN 10: 1634624769 ISBN 13: 9781634624763
Language: English
Seller: Books Puddle, New York, NY, U.S.A.
Condition: New.
Published by Technics Publications, 2024
ISBN 10: 1634624769 ISBN 13: 9781634624763
Language: English
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 50.18
Convert currencyQuantity: Over 20 available
Add to basketCondition: As New. Unread book in perfect condition.
Published by Technics Publications, 2024
ISBN 10: 1634624769 ISBN 13: 9781634624763
Language: English
Seller: Ria Christie Collections, Uxbridge, United Kingdom
US$ 54.54
Convert currencyQuantity: Over 20 available
Add to basketCondition: New. In.
Published by Technics Publications, 2024
ISBN 10: 1634624769 ISBN 13: 9781634624763
Language: English
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
US$ 51.07
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Published by Technics Publications, 2024
ISBN 10: 1634624769 ISBN 13: 9781634624763
Language: English
Seller: THE SAINT BOOKSTORE, Southport, United Kingdom
US$ 52.05
Convert currencyQuantity: Over 20 available
Add to basketPaperback / softback. Condition: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 431.
Published by Technics Publications, 2024
ISBN 10: 1634624769 ISBN 13: 9781634624763
Language: English
Seller: Majestic Books, Hounslow, United Kingdom
US$ 60.47
Convert currencyQuantity: 4 available
Add to basketCondition: New. Print on Demand.
Published by Technics Publications, 2024
ISBN 10: 1634624769 ISBN 13: 9781634624763
Language: English
Seller: Biblios, Frankfurt am main, HESSE, Germany
US$ 66.69
Convert currencyQuantity: 4 available
Add to basketCondition: New. PRINT ON DEMAND.
Published by Technics Publications, 2024
ISBN 10: 1634624769 ISBN 13: 9781634624763
Language: English
Seller: AHA-BUCH GmbH, Einbeck, Germany
US$ 61.11
Convert currencyQuantity: 1 available
Add to basketTaschenbuch. Condition: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Essentially all truly general purpose database systems today are based on the relational model of data. That model was invented by E. F. ('Ted') Codd in the late 1960s and early 1970s, during his employment at the IBM Research Laboratory in San Jose, California, and it was solidly based on conventional two-valued logic, 2VL. Unfortunately, those same general purpose database systems today all use the language SQL as their user language-and SQL is based not on 2VL but on what's called three-valued logic, 3VL, instead, and uses what are called nulls to represent missing information. In fact, Codd himself subsequently extended his original model to support 3VL and nulls as well. (Actually, basing SQL on 3VL and adding 3VL to the relational model seem to have occurred in lockstep, as it were. Certainly both developments occurred at the same place-the IBM San Jose Research Laboratory-at more or less the same time.)But 3VL is a disastrously bad basis on which to build databases, or database applications, or database languages.It's bad because 3VL doesn't behave the way reality behaves, which means that results that 3VL says are correct are often not correct in the real world. Not only that, but SQL's implementation of 3VL is itself incorrect in places, which means it effectively adds another layer of wrong answers on top of the first. Bottom line:If you have nulls in your database, you're getting wrong answers.This book explains this issue in detail. It also contains numerous practical suggestions for dealing with the problem.