21 lines
391 B
Plaintext
21 lines
391 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.
|
|
|
|
A Database Managemetn Sytems is a suite of applications for constructing and
|
|
maintaining the database and for offering ad hoc query facilities to users and
|
|
applications.
|
|
|
|
== Database Design Principle ==
|
|
|
|
|
|
|
|
|
|
|
|
== SQL ==
|
|
|
|
See [[sql]]
|
|
|
|
[[index]]
|