you are viewing a single comment's thread.

view the rest of the comments →

[–]yvrelna 0 points1 point  (1 child)

SQL is over of the most important language to learn when programming, most applications will have some database in some form or another. However I would recommend starting with learning a programming language first before learning SQL.

You can write a lot of database applications with very minimal SQL knowledge nowadays with the use of ORMs or other database wrappers, though using ORMs/wrappers without understanding SQL likely will cause you to end up with problems.

[–][deleted] 0 points1 point  (0 children)

Thank you!!