Database used for keeping you data.
For fast start using database you must know how to use:
Create table
Insert
Select
Update
Delete
That is all you need to start doing your application to work with database.
Download and install database engine one from list:
PostgreSQL
MySQL
Or another one you like.
Now you can use database in your applications for keep and use data.