MySQL Tutorial

Latest Topics from MySQL Tutorial

MySQL LOWER() and LCASE()

This tutorial explains MySQL LOWER()/LCASE() functions which convert the upper case characters…

MySQL UPPER() and UCASE() Functions

This tutorial explains MySQL UPPER()/UCASE() functions which convert the lowercase characters of…

MySQL ORDER BY with Simple Examples

This tutorial explains MySQL ORDER BY clause and its usage with both…

MySQL Data Types Explained

This tutorial explains all MySQL data types, their characteristics, and min, max…

MySQL TIMESTAMP with Examples

This tutorial explains MySQL TIMESTAMP and TIMESTAMP field characteristics such as automated…

MySQL Insert Statement to Add Rows

This tutorial explains the MySQL INSERT command to insert single and multiple…

MySQL Aggregate Functions

This tutorial explains the use of MySQL aggregate functions like AVG, COUNT,…

MySQL OPTIMIZE TABLE Statement

This tutorial explains MySQL OPTIMIZE TABLE statement which defrags tables and recovers…

How to Concatenate Strings in MySQL

This tutorial explains MySQL CONCAT() which is a built-in String function. It…

MySQL DROP TABLE with Simple Examples

This tutorial explains MySQL DROP TABLE statement which deletes the specified tables…

MySQL ABS Function with Simple Examples

This tutorial explains MySQL ABS() which is a Math/Trig function. It takes…

MySQL DATE_ADD Function with Simple Examples

This tutorial explains MySQL DATE_ADD function which adds up a slice of…