Embed presentation
Download to read offline









The document discusses naming conventions for databases including using uppercase and lowercase letters, underscores, singular and plural terms consistently. Tables should indicate relationships and use "id" primary keys. Columns should use consistent terms and conventions for timestamps and foreign keys referencing other tables. Constraints should be named with prefixes like "pk", "fk", and "uq".
Introduction to naming conventions in databases presented by Davis Chen.
Overview of the presentation agenda covering global naming convention, table, column, and constraint.
Discussion on naming conventions focusing on consistency and adherence to best practices.
Key guidelines for naming conventions: casing styles, singular vs. plural terms, and avoidance of numbers.
Best practices for naming database tables, including relationships and primary key conventions.
Standards for naming columns, emphasizing the use of consistent terminology and foreign keys.
Naming conventions for constraints in databases, outlining formats for primary keys, foreign keys, and indexes.
Closing session inviting questions and thanking attendees for their participation.







