SQL Tutorial 6: MySQL Built-in Functions in SQL



MySQL Built-in Functions in SQL
———————————–
1) Strings functions – operate on string data types
2) Numeric functions – operate on numeric data types
3) Date functions – operate on date data types
4) Aggregate functions – operate on all of the data types and produce summarized result sets

#mysql

Comments are closed.