Database Management
- Details
- Last Updated: Tuesday, 19 July 2022 17:49
- Published: Tuesday, 19 July 2022 17:38
- Hits: 1230
Database:
Database is one the hottest fields of Computer Science. Database refers to software that manages and stores data, so that it's very fast to retrieve data.
Build your own database program:
Best way to learn any software is to build a small prototype of it. So, we'll try to build a small databse. A very good tutorial here:
https://cstack.github.io/db_tutorial/
We'll walk thru this tutorial.