TulipTools Internet Business Owners and Online Sellers Community

Full Version: SQL (Structured Query Language) Database Tutorials: Beginner and Advanced
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Beginner and advanced tutorials on database programming in SQL (Structured query language).  SQL is used by relational database management systems like Oracle, Sybase, Microsoft SQL Server, Access, Ingres, etc.

Beginner course: http://www.sqlcourse.com/

tutorial covers:
Quote:1  What is SQL?
2  Table basics
3 Selecting data
4 Creating tables
5 Inserting into a table
6 Updating records
7 Deleting records
8 Drop a table
9 Advanced Queries
10 Standalone SQL interpreter

Advanced course: http://www.sqlcourse2.com/

tutorial covers:
Quote:1  Start Here - Intro
2 SELECT Statement
3 Aggregate Functions
4 GROUP BY clause
5 HAVING clause
6 ORDER BY clause
7 Combining Conditions & Boolean Operators
8 IN and BETWEEN
9 Mathematical Functions
10 Table Joins, a must
11 SQL Interpreter