The SQL language is divided into several distinct parts: the parts that we explore in
this book include SQL schema statements, which are used to define the data structures
stored in the database; SQL data statements, which are used to manipulate the data
structures previously defined using SQL schema statements; and SQL transaction
statements, which are used to begin, end, and roll back transactions