This document introduces SQL and its basic concepts. It defines SQL as the language used to communicate with relational databases and retrieve data. It discusses that SQL can be pronounced as "S-Q-L" or "sequel" and describes how different vendors have extended SQL with their own commands while maintaining standard SQL. It outlines the different types of SQL statements and gives examples. It concludes by listing some common data types used in columns like integer, money, varchar, and date.