<aside> 📚 Notes from: SQL Ultimate Course by Data With Baraa — PDF 01

</aside>


What is SQL?

SQL (Structured Query Language) — pronounced 'SeQueL' — is the standard language used to communicate with relational databases.


What is a Database?

A database is a secure, organized collection of data stored on disk as files. Data is organized in tables (rows and columns).


DBMS — Database Management System

Software that sits between the database (on the server) and its users/applications. It handles all SQL requests.


Types of Databases

Relational (SQL)