Logo

A Primer on SQL by Rahul Batra

Small book cover: A Primer on SQL

A Primer on SQL
by


Number of pages: 64

Description:
A free ebook teaching the basics of SQL assuming no prior knowledge of it. While the examples and text use Ingres as the database management system, the code should work correctly on any SQL compliant database. Covers topics ranging from creating your database to understanding joins.

Home page url

Download or read it online for free here:
Download link
(multiple formats)

Similar books

Book cover: SQL with Guru99SQL with Guru99
by - guru99
SQL stands for Structured Query Language. It is the communication languages to talk to any database. This book is designed for beginners with little or no Database experience. Apart from teaching the SQL, it also covers the Database design process.
(16443 views)
Book cover: Developing Time-Oriented Database Applications in SQLDeveloping Time-Oriented Database Applications in SQL
by - Morgan Kaufmann
Richard Snodgrass and his colleagues have explored temporal data concepts over the last two decades. They now have a fairly complete solution to the problems. This book summarizes their work and presents it in a very accessible and useful way.
(13388 views)
Book cover: Structured Query LanguageStructured Query Language
- Wikibooks
Structured Query Language (SQL) is a widely-used query language for using database. This book provides a detailed description of SQL, its origins, its programming, and its uses. The book follows the specifications of the SQL:2008 ISO standard.
(16578 views)
Book cover: SQL Dialects ReferenceSQL Dialects Reference
- Wikibooks
This book is a compact comparative reference for several SQL language dialects. It lists particular common tasks and problems resolved in terms of several SQL server implementations. When possible, it tries to emphasize an universal solution.
(8278 views)