Cantitate/Preț
Produs

View Updating and Relational Theory

Autor Cj Date
en Limba Engleză Paperback – 3 ian 2013
Views are virtual tables. That means they should be updatable, just as "real" or base tables are. In fact, view updatability isn't just desirable, it's crucial, for practical reasons as well as theoretical ones. But view updating has always been a controversial topic. Ever since the relational model first appeared, there has been widespread skepticism as to whether (in general) view updating is even possible.
In stark contrast to this conventional wisdom, this book shows how views, just like base tables, can always be updated (so long as the updates don't violate any integrity constraints). More generally, it shows how updating always ought to work, regardless of whether the target is a base table or a view. The proposed scheme is 100% consistent with the relational model, but rather different from the way updating works in SQL products today.
This book can:
Help database products improve in the future Help with a "roll your own" implementation, absent such product improvements Make you aware of the crucial role of predicates and constraints Show you how relational products are really supposed to behave Anyone with a professional interest in the relational model, relational technology, or database systems in general can benefit from this book.
Citește tot Restrânge

Preț: 22565 lei

Preț vechi: 28205 lei
-20% Nou

Puncte Express: 338

Preț estimativ în valută:
4318 4486$ 3587£

Carte tipărită la comandă

Livrare economică 03-17 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781449357849
ISBN-10: 1449357849
Pagini: 260
Dimensiuni: 178 x 233 x 14 mm
Greutate: 0.42 kg
Editura: O'Reilly

Cuprins


Descriere

Views are a key part of database technology, but they're often considered read-only. In this book, Chris Date - a leading expert in relational databases - offers practical techniques that allow you to update the views that a database presents to you.