Intermediate Vocabulary #database #SQL #ACID #indexing

Database Vocabulary

5 exercises — core database terms: indexes, ACID transactions, normalization, query scans, and sharding. Essential for backend interviews and data engineering discussions.

Key database vocabulary clusters
  • Structure: schema · table · column · row · primary key · foreign key · constraint · view · stored procedure
  • Transactions: ACID · commit · rollback · savepoint · isolation level · lock · deadlock
  • Performance: index · query plan · seq scan · explain analyze · covering index · composite index
  • Scale: sharding · replication · partitioning · read replica · connection pool · vertical vs. horizontal scaling
0 / 5 completed
1 / 5
In database terminology, what is an index?