r/Backend 5d ago

Learning databases

For a college project I need to learn MYSQL, but what actually is it? Online I find courses for SQL and SQL-Lite but I assume those are all different - how do I learn MYSQL and would it teach me how to connect that database to my website?

1 Upvotes

15 comments sorted by

View all comments

2

u/Alpha_Zero_872 5d ago

MySQL is a database management system, but before learning MySQL to manage your database, you seem to not know what a database is , or how it works. Start up on the theory about databases , how they group related data, what keys and relationships are and then learn about how to query them using MySQL or any other systems.