Infogoal Logo
GOAL DIRECTED LEARNING
Master SQL

SQL TUTORIAL HOME

SQL OVERVIEW
SQL SYNTAX
SQL BOOKREVIEWS

SQL BASICS

SQL SELECT
SQL WHERE
SQL INSERT
SQL UPDATE
SQL DELETE

SQL ADMINISTRATION

SQL CREATE DATABASE
SQL DROP DATABASE
SQL CREATE TABLE
SQL ALTER TABLE
SQL DROP TABLE
SQL CREATE INDEX
SQL DROP INDEX
SQL ADD FOREIGN KEY
SQL DROP FOREIGN KEY
SQL CREATE VIEW
SQL DROP VIEW

SQL ADVANCED

SQL CONCAT
SQL SUBSTRING
SQL TRIM
SQL AND & OR
SQL IN
SQL BETWEEN
SQL LIKE
SQL DISTINCT
SQL GROUP BY
SQL AGGREGATE
SQL HAVING
SQL ORDER BY
SQL JOIN
SQL OUTER JOIN

SQL Overview

Previous | Next

SQL ("Structured Query Language") is an ANSI Standard computer language commonly used to access data stored in databases.

SQL works with relational databases which all organize data into tables, rows, and columns which correspond to files, records and fields. Learning SQL opens a world of relational database management systems (RDBMS) to you such as:

  • Oracle RDBMS
  • Microsoft SQL Server
  • MySQL
  • PostgreSQL
  • MariaDB
  • Snowflake

Each RDBMS follows the ANSI Standard to a large degree and then add value adding features. This tutorial will focus on the ANSI Standard and avoid vendor specific features.

Mastering SQL

Explain how and why to master SQL.

SQL History

Relational databases and SQL began in the 1970s. Dr. E.F. "Ted" of IBM is known as the father of relational databases. He described a relational model for databases in 1970. IBM worked to develop Codd's ideas and released a product named System/R in 1978.

Other companies organized and created relational database products before IBM released System/R. The first released Relational Software's product called Oracle and the second released was Relational Technology's product called Ingres. IBM then released follow up products in 1982 named SQL/DS and DB2. Oracle (now from Oracle Inc.) and DB2 continue today in advanced forms while the Ingres technology was acquired by Computer Associates.

Previous | Next


Advertisements

Advertisements:


Infogoal.com is organized to help you gain mastery.
Examples may be simplified to facilitate learning.
Content is reviewed for errors but is not warranted to be 100% correct.
In order to use this site, you must read and agree to the terms of use, privacy policy and cookie policy.
Copyright 2006-2020 by Infogoal, LLC. All Rights Reserved.

Infogoal Logo