More functions can be found here: dev.mysql.com/doc/refman/8.0/en/built-in-function-reference.html SELECT COUNT(amount) as count FROM transactions; SELECT MAX(amount) AS maximum FROM transactions; SELECT MIN(amount) AS minimum FROM transactions; SELECT AVG(amount) AS average FROM transactions; SELECT SUM(amount) AS sum FROM transactions; SELECT CONCAT(first_name, “ ”, last_name) AS full_name FROM employees;
More functions can be found here:
dev.mysql.com/doc/refman/8.0/en/built-in-function-reference.html
SELECT COUNT(amount) as count
FROM transactions;
SELECT MAX(amount) AS maximum
FROM transactions;
SELECT MIN(amount) AS minimum
FROM transactions;
SELECT AVG(amount) AS average
FROM transactions;
SELECT SUM(amount) AS sum
FROM transactions;
SELECT CONCAT(first_name, “ ”, last_name) AS full_name
FROM employees;
You are real deal BOSS! Take love from Bangladesh ❤❤
Another great explanation of SQL Functions
do a full mysql course
these videos are still helpful to this day😊
Mad respect for you brother
NGL i'm learning SSMS and this is very helpful i just change somethings here and there and boom got it
You are a star🎉
Amazing videos broo jewel of a content✨🙌🎉😍
Hi please make some OpenGL tutorials for C++ in the C++ playlist
Could you pls pls do a full course on SQL . 🥹🙏
Thanku so much
Thanks @ Bro Code
thx bro
😃😃😃😃
hi bro code how would i combine a exam grade (70% of total grade) and a quiz grade (30% of grade) to form a final grade in a function? Love the vids
use joins