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?
3 odpowiedzi
+ 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.
+ 2
SQL then MongDB then other databases like postgres or graphsql
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.....?