sql-primer
sql-primer
Guide
INTRODUCTION
Introduction.........................................1
Relational databases.............................2
SQL......................................................3
Tables..................................................4
SQL Queries..........................................5
How to Learn SQL..................................6
SQL queries usually start with the word The name of the column
SELECT. This informs the database we want to see.
that we’re asking a question.
Queries can do amazing things – they not only return the data
you ask for, but they also can actually do advanced
calculations using that data.