13 lines
215 B
Plaintext
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]]
|