Cantitate/Preț
Produs

Database Modeling Step by Step

Autor Gavin Powell
en Limba Engleză Paperback – 18 dec 2019
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. Going from basics to contemporary topics, the book opens with relational data modeling and ends with BigData database modeling following a road map of the evolution in relational modeling and including brief introductions to data warehousing and BigData modeling. A break-down of the elements of a model explains what makes up a relational data model. This is followed by a comparison between standard normalization and a more simplistic intuitive approach to data modeling that a beginner can follow and understand.
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
Citește tot Restrânge

Preț: 31374 lei

Preț vechi: 45486 lei
-31% Nou

Puncte Express: 471

Preț estimativ în valută:
6005 6335$ 5004£

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

Public țintă

Professional Practice & Development

Cuprins

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

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:
  • 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.