There are following types of MySQL Functions:
- String Functions (CONCAT(), LENGTH(), SUBSTRING(), REPLACE())
- Numeric Functions (ROUND(), CEIL(), FLOOR())
- Date & Time Functions (NOW(), CURDATE(), DATEDIFF(), TIMESTAMPDIFF())
- Aggregate Functions (COUNT(), SUM(), AVG(), MIN(), MAX())
