Skip to Content
Practical SQL
book

Practical SQL

by Anthony DeBarros
May 2018
Intermediate to advanced content levelIntermediate to advanced
392 pages
10h 22m
English
No Starch Press
Content preview from Practical SQL

1CREATING YOUR FIRST DATABASE AND TABLE

image

SQL is more than just a means for extracting knowledge from data. It’s also a language for defining the structures that hold data so we can organize relationships in the data. Chief among those structures is the table.

A table is a grid of rows and columns that store data. Each row holds a collection of columns, and each column contains data of a specified type: most commonly, numbers, characters, and dates. We use SQL to define the structure of a table and how each table might relate to other tables in the database. We also use SQL to extract, or query, data from tables.

Understanding tables is fundamental ...

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.
Start your free trial

You might also like

Practical SQL, 2nd Edition

Practical SQL, 2nd Edition

Anthony DeBarros
Learning SQL

Learning SQL

Ben Forta

Publisher Resources

ISBN: 9781492067580