#sql
Read more stories on Hashnode
Articles with this tag
Develop intuition on how SQL queries are being run! · Introduction SQL is a declarative query language. That means, you tell it what you want, you do not...
Queries are fun when you understand them! · Introduction Let's say you have 2 tables: table1: Having a column col1 table2: Having a column...