+ 2
Database
What is the main way to learn database ?
1 Answer
+ 3
I see you have completed the SQL course here, so what is it exactly thats on your mind? I don't really understand what you mean to ask here.
Maybe you can first learn how to install & configure the DBMS of your choice, then you move on to entity relationships diagram, Data Definition Language (DDL) & Data Manipulation Language (DML) in SQL, then learn query optimization (pretty hard) and how to secure your data. This is just my personal opinion and general suggestion, others may have different points of view and opinions :)
Hth, cmiiw