For general information, see SAS Names and Support for DBMS Names.
MySQL database identifiers that you can name include databases, tables, and columns. They follow these naming conventions.
CUSTOMER and Customer are
different on a case-sensitive server.MySQL does not recognize the notion of schema, so tables are automatically visible to all users with the appropriate privileges. Column names and index names must be unique within a table.