SQL Home |
SQL – Structured Query Language
SQL pronounced (ess-cue-ell) or (see-kwell) is a data sub-language used to organize, manage and retrieve data from a relational database.
This SQL Tutorial will teach you how to utilise SQL using our easy to follow examples.
Learn the basics and more advanced elements of SQL
codesnout.com teaches you SQL in it's unique 3 section style.
Section 1 - SQL Sample Code [Syntax] (What does the SQL Statement look like.)
Section 2 - What does the SQL Code / Statement do
Section 3 - SQL Samples - SQL Code Examples
Including;
SQL Basics
- SQL Home
- SQL Intro
- SQL SELECT
- SQL DISTINCT
- SQL WHERE
- SQL Wildcards
- SQL AND OR
- SQL IN
- SQL BETWEEN
- SQL LIKE
- SQL ORDER BY
- SQL GROUP BY
- SQL TOP
SQL Create and Change
SQL Joins
SQL Functions
- Aggregate Functions
- SQL SUM
- SQL AVG
- SQL COUNT
- SQL MAX
- SQL MIN
- SQL FIRST
- SQL LAST
- SQL GROUP BY
- SQL HAVING
- SQL LIMIT