MySQL: Indexes

  • Post author:
  • Post category:MySQL
  • Post comments:1 Comment

This MySQL tutorial explains how to create, drop, and rename indexes in MySQL with syntax and examples. What is an Index in MySQL? An index is a performance-tuning method of allowing faster…

Continue ReadingMySQL: Indexes

MySQL: Data Types

The following is a list of data types in MySQL, which includes string, numeric, date/time, and large object datatypes. String Datatypes The following are the String Datatypes in MySQL: Data Type SyntaxMaximum…

Continue ReadingMySQL: Data Types