Previous Topic: ReviewNext Topic: Why SQL


What Is SQL?

Goal

At the end of this chapter, you will be able to:

Summary

Structured Query Language (SQL) is a standardized non-procedural language used to retrieve and update information in a relational database.

This section contains the following topics:

Why SQL

Components of an SQL Statement

Interactive and Embedded SQL

Review