SQL stands for ‘Structured Query Language’. This is basically a declarative language used for storing and retrieving data in a database. If you’ve heard of SQL, it’s probably in the context of MySQL, ...
When I first learned to program, it was grasping if statements that helped it all click into place for me. Once you can use if statements, you can build all kinds of useful and interesting tools.