Logo

SQL Dialects Reference

SQL Dialects Reference

Publisher: Wikibooks

Description:
This wikibook is a compact comparative reference for several SQL language dialects. It lists particular common tasks and problems resolved in terms of several popular SQL server implementations. When possible, it tries to emphasize an universal solution. When it's not possible, it tries to list best practices.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: SQL TutorialSQL Tutorial
- fresh2refresh.com
In this SQL tutorial, you will learn how to use the SQL language to: Store, retrieve and manipulate data in SQL server; Select, insert, update and delete rows in SQL tables; Create database and tables in SQL server and all other SQL concepts.
(7908 views)
Book cover: A Primer on SQLA Primer on SQL
by
This is a short e-book 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.
(13183 views)
Book cover: SQL EssentialsSQL Essentials
by - Blue Sky Technology
An introduction to the use of SQL to retrieve data and generate query result tables. The book covers SQL queries and is suitable for beginners and intermediate users. This includes an on-line environment where you can try out the examples.
(21189 views)
Book cover: SQL Performance ExplainedSQL Performance Explained
by
SQL performance problems are everywhere, everyday. This book is a free SQL tuning e-book for developers. It avoids unnecessary details about database internals but highlights the one topic that is most often neglected: proper indexing.
(19608 views)