Setting up Tables and Naming Fields (Programming Standards)
1. Create tables with meaningful names
2. Consider using the underscore character instead of a space in table names
3. Use only alphanumeric characters when naming tables
4. Create a primary key on tables
5. Avoid using reserved names for naming tables or fields
6. The name can contain up to 31 characters