ended3월 25일· 1 sources

Late Night Chronicles: #2 Diving into RDBMS

심야 기록: #2 RDBMS 깊이 파헤치기

Why it matters

RDBMS stores data in structured tables with rows and columns, offering advantages over traditional file systems such as row-level locking, ACID-compliant transactions, built-in relationships via foreign keys, and multi-level security. The article covers core RDBMS concepts, lists popular software like Oracle, MySQL, and PostgreSQL, and explains why MySQL is recommended for beginners due to its simplicity and open-source nature.

1
Sources
+0
24h
Growth
180d
Active
RDBMSMySQLRow-Level LockingACIDSQL

Sources

Related Issues