Logo
Grokking System Design Fundamentals
Ask Author
Back to course home

0% completed

SQL Databases

SQL (Structured Query Language) databases, also known as relational databases, are the most commonly used type of databases in software applications. They store data in tables, where each table consists of rows and columns. Relationships between tables are established using primary and foreign keys. SQL databases follow the ACID properties (Atomicity, Consistency, Isolation, Durability) to ensure reliable data transactions.

RDBMS Concepts

  • Tables: The fundamental building blocks of relational databases, tables represent the structure of the data

.....

.....

.....

Like the course? Get enrolled and start learning!