vimwiki/tech/databases.wiki
2021-09-22 13:23:25 -04:00

13 lines
215 B
Plaintext

= Databases and SQL =
Databases are a way to store data and its relationships, and access it over a
network, with caching and other optimizations.
== Database Design Principle ==
== SQL ==
See [[../lang/sql]]