What is SQL in Data Analytics
What is SQL?
SQL (Structured Query Language) is used to communicate with databases. Analysts use SQL to retrieve, update, and manage data.
SQL Capabilities
- Retrieve data
- Filter records
- Aggregate data
- Join multiple tables

