No, MySQL does not have a preferred naming convention standard. If the names we choose are logical and consistent, that's fine.
There are two important points to remember. One is that two stories/databases cannot have the same name, and the other is that we can choose any reserved word as the name of the table/database.
The above is the detailed content of Is there a naming convention for tables in MySQL?. For more information, please follow other related articles on the PHP Chinese website!