Database 03
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...
yusrastack.hashnode.dev2 min read