Skip to Content
The Big R-Book
book

The Big R-Book

by Philippe J. S. De Brouwer
October 2020
Beginner to intermediate
928 pages
23h 32m
English
Wiley
Content preview from The Big R-Book

♣13♣RDBMS

In a nutshell, a relational database management system (RDBMS) is a set of tables (rectangular data),where each piece of information is only stored once and where relations are used to find the information needed. Usually, they are accompanied by an intelligent indexing systemthat allows searching in logarithmic times.

Consider a simple example that will demonstrate the basics of a relational database system. Imagine that we want to create a system that governs a library of books. There are multiple ways to do this, but the following tables are a good choice to get started:

  • Authors, with their name, first name, eventually year of birth and death (if applicable) – A table of authors: Table 13.1 on page 220;
  • Books, with title, author, editor, ISIN, year, number of pages, subject code, etc. – A table of books: Table 13.2 on page 220;
  • Subject codes, with a description – A table of genres: Table 13.3 on page 220.

The tables have been constructed so that they already apply with some principles that underbuild relational database systems. For example, we see that certain field from the Author table are used in the Books table. This allows us to store information related to the author (such as birth date) only once. The birth-date is necessarily the same for all books authored by this person, because the birth-date depends only on the person.

Indeed, this simple example, with only three tables, shows right away some interesting ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

The Human Factor in AI-Based Decision-Making

The Human Factor in AI-Based Decision-Making

Philip Meissner, Christoph Keding
How to Develop a Great Digital Strategy

How to Develop a Great Digital Strategy

Jeanne W. Ross, Cynthia M. Beath, Ina M. Sebastian
Perfecting Your Thinking Skills

Perfecting Your Thinking Skills

MIT Sloan Management Review

Publisher Resources

ISBN: 9781119632726Purchase Link