0

How to start learning DBMS?

I'm trying to learn DBMS. Can someone suggest how to start it or any good courses that can help?

25th Jun 2025, 5:38 PM
Wisdom
Wisdom - avatar
3 ответов
+ 3
I started with phpMyAdmin in school, but I suggest you learn it through some courses on youtube that explain you how it works, what types of DBMS there are, then get a small course on one of the most popular DBMS out there like MongoDB, MySQL, PostgreSQL. It's important you learn SQL too, it's very easy trust me.
25th Jun 2025, 10:38 PM
Soreanu Stefan Alexandru
Soreanu Stefan Alexandru - avatar
+ 2
SQL then MongDB then other databases like postgres or graphsql
25th Jun 2025, 6:05 PM
RISHABH
RISHABH - avatar
0
If I’m not mistaken, you started with phpMyAdmin while learning how to manage the database, and used PHP functions like mysqli to connect PHP with the database. I had too learnt it in my earlier University semester. Would you recommend any YouTube tutorials for forming strong foundation on core concepts like-RDBMS, Function dependency, transaction processes.....?
26th Jun 2025, 6:38 AM
Wisdom
Wisdom - avatar