32
Excel vs database
(sh.itjust.works)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Doesn't have to be SQL. But most of the time that quote refers to a relational database.
Nowadays there are graphical tools that are alright, such that you don't have to learn a query language. For example (1), (2) or more commercial (3).
But what's still important is doing good relational database design. Learning to look at the world as entities and relationships between them. Constraints, keys, indices. There's books and courses on that. While you're at that, you'll probably learn SQL along the way, as it's so convenient.