Database Management

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.