How to start learning database for web dev

Please, i need help on to how learn SQL efficiently as a web developer. I intend to learn Django web framework and would need advice on the database aspect of the application.What should i put into consideration? or am i on the wrong path?
Thanks.

There are a lot of resources for learning SQL and it’s not a complicated language. You don’t need to be an SQL expert at all to use Django, in fact you can get by with zero knowledge of SQL and just use Django’s ORM, but it’s a good thing to know anyway. This is excellent, for example:

https://selectstarsql.com/

But if your current aim is to learn and use Django, primarily learn that (and Python), though knowing how DBs work and knowing SQL is important and useful for all kinds of things

1 Like

Already taking python tut, and would love to learn Django and DBMS.
Thanks Dan!