
- Learn MySQL
- MySQL - Home
- MySQL - Introduction
- MySQL - Installation
- MySQL - Administration
- MySQL - PHP Syntax
- MySQL - Connection
- MySQL - Create Database
- MySQL - Drop Database
- MySQL - Select Database
- MySQL - Data Types
- MySQL - Create Tables
- MySQL - Drop Tables
- MySQL - Insert Query
- MySQL - Select Query
- MySQL - Where Clause
- MySQL - Update Query
- MySQL - Delete Query
- MySQL - Like Clause
- MySQL - Sorting Results
- MySQL - Using Join
- MySQL - NULL Values
- MySQL - Regexps
- MySQL - Transactions
- MySQL - Alter Command
- MySQL - Indexes
- MySQL - Temporary Tables
- MySQL - Clone Tables
- MySQL - Database Info
- MySQL - Using Sequences
- MySQL - Handling Duplicates
- MySQL - SQL Injection
- MySQL - Database Export
- MySQL - Database Import
Is there a naming convention for tables in MySQL?
No, MySQL does not have a preferred naming convention standard. If the name we have chosen is logical and consistent then it would be ok.
Two major points need to be remembered, one is that no two tales/databases can have the same name and second we can choose any of the reserved words as the name of table/database.
- Related Articles
- Naming convention for creating a delivery unit in SAP HANA
- Is there any alternative for CONCAT() in MySQL?
- Is there a MAX function for rows and not for columns in MySQL?
- Is there a built-in function for week of the month in MySQL?
- Get record count for all tables in MySQL database?
- Explain naming conventions for packages in java?
- In case of FOREIGN KEY constraint, what kind of relationship is there between MySQL parent and child tables?
- What is a hierarchical naming system?
- Fix Error with TYPE=HEAP for temporary tables in MySQL?
- Naming a thread in Java
- What is the convention for structuring Python modules?
- Best practice for variable and method naming in Java
- What are the rules for naming classes in C#?
- Only show tables with certain patterns in MySQL “show tables”?
- Concatenate two tables in MySQL with a condition?

Advertisements