Database Modeling Step by Step
Autor Gavin Powellen Limba Engleză Paperback – 18 dec 2019
A brief chapter explains how to use the database programming language SQL (Structured Query Language), which reads from and writes to a relational database. SQL is fundamental to data modeling because it helps in understanding how the model is used. In addition to the relational model, the last three chapters cover important modern world topics including denormalization that leads into data warehouses and BigData database modeling. The book explains how there is not much to logical data modeling in BigData databases because as they are often schema-less, which means that BigData databases do not have schemas embedded into the database itself, they have no metadata and thus not much of a logical data model.
Online bonus chapters include a case study that covers relational data modeling and are available at the author’s web site: www.oracletroubleshooter.com/datamodeling.html
Preț: 313.74 lei
Preț vechi: 454.86 lei
-31% Nou
Puncte Express: 471
Preț estimativ în valută:
60.05€ • 63.35$ • 50.04£
60.05€ • 63.35$ • 50.04£
Carte tipărită la comandă
Livrare economică 02-16 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780367422172
ISBN-10: 0367422174
Pagini: 268
Ilustrații: 25
Dimensiuni: 156 x 234 x 19 mm
Greutate: 0.49 kg
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications
ISBN-10: 0367422174
Pagini: 268
Ilustrații: 25
Dimensiuni: 156 x 234 x 19 mm
Greutate: 0.49 kg
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications
Public țintă
Professional Practice & DevelopmentCuprins
Contents
List of Figures
Preface
About the Author
Chapter 1 The Evolution of Relational Database Modeling
Chapter 2 The Pieces of the Relational Data Model
Chapter 3 Intuitive Relational Data Modeling and Normalization
Chapter 4 Reading and Writing Relational Data with SQL
Chapter 5 Advanced Relational Database Modeling
Chapter 6 Understanding Data Warehouse Database Modeling
Chapter 7 Modeling for BigData Databases
Index
List of Figures
Preface
About the Author
Chapter 1 The Evolution of Relational Database Modeling
Chapter 2 The Pieces of the Relational Data Model
Chapter 3 Intuitive Relational Data Modeling and Normalization
Chapter 4 Reading and Writing Relational Data with SQL
Chapter 5 Advanced Relational Database Modeling
Chapter 6 Understanding Data Warehouse Database Modeling
Chapter 7 Modeling for BigData Databases
Index
Notă biografică
Gavin Powell is a veteran IT practitioner and author of a number of publications on Oracle technologies. He has extensive experience in many databases, including more than a decade working with Oracle databases.
Powell has authored the following books:
Powell has authored the following books:
- Oracle Performance Tuning for 10gR2
- Oracle SQL Jumpstart with Examples (with Carol McCullough-Dieter)
- Oracle Data Warehouse Tuning for 10gR2
- Oracle High-Performance Tuning for 9i and 10g
- Working with GoldenGate 12c
Descriere
With the aim of simplifying relational database modeling, Database Modeling Step by Step presents the standard approach to database normalization and then adds its own approach, which is a more simplistic, intuitive way to building relational database models.