Lesson 1
The foundation of SQL
The following list contains the four different items when working with a SQL database.
When you are querying the database, you need to include information in your request that indicates where to find the data to query. That information includes the database and other items that contain the data.
- databases,
- tables,
- rows, and
- columns.
When you are querying the database, you need to include information in your request that indicates where to find the data to query. That information includes the database and other items that contain the data.
- SQL stands for Structured Query Language
- SQL lets you access and manipulate databases
- SQL is an ANSI (American National Standards Institute) standard