Database 01
Introduction of SQL

Search for a command to run...

Series
In this series, I will be writing about Databases from basic to advance.
Introduction of SQL

hello 👋 again. SQL MIN() and MAX() functions min() returns the smallest value and max() functions is viceversa. Example SELECT MIN(price) FROM payroll SQL COUNT(), AVG() and SUM() function Count() returns the number of rows that matches a specifi...

👋🏾, welcome back. Definition This clause is used to combine rows from two or more tables, based on a related column between them. Different Types of SQL Joins INNER JOIN: returns records that have matching values in both tables LEFT(OUTER) JOIN:...
Halo again 👋🏾 In this blog, I will list the best resources to learn and practice SQL. W3Schools SQLZOO SQLBolt HackerRank
