>>106235216
relational databases are extremely powerful. SQL queries are OP. indexes automate the unification of numerous data structures. transactions eliminate concurrency dillemas in many-user scenarios (when used with the appropriatee isolation level).
all aspiring programmers really need to learn SQL. it's not optional.