diff options
| author | mo khan <mo.khan@gmail.com> | 2019-12-30 15:39:25 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-12-30 15:39:25 -0700 |
| commit | c9b01f492f51b2d995e5df1fd486216aabe3caf3 (patch) | |
| tree | 260b72bfe0d94e3b376a70f565de7fb53412854b /doc/01-introduction.md | |
| parent | b879d419650922117f2da0aefae19bf11b2016e0 (diff) | |
add notes
Diffstat (limited to 'doc/01-introduction.md')
| -rw-r--r-- | doc/01-introduction.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/01-introduction.md b/doc/01-introduction.md index fbf162d..e6c6c68 100644 --- a/doc/01-introduction.md +++ b/doc/01-introduction.md @@ -1,3 +1,35 @@ Chapter 1: Introduction to Databases # What is a database? + +# DBMS + +* protect +* define and control +* backups +* maintain data. enter, change and delete data +* retrieve +* Programming and GUI interface + +Example: + +customers +* id +* name +* address + +products +* id +* description +* product_finish + +orders +* id +* created_at + +line_items + +* id +* order_id +* product_id +* quantity |
