Welcome Guest, Not a member yet? Register   Sign In
Database naming conventions
#1

[eluser]davidbehler[/eluser]
After having worked with databases for many years now I have "developed" my own set of naming conventions that have worked well for me so far:

General:
- lowercase only
- no spaces: words and prefixes seperated by underscore
- no numbers: a to z and _ only!
Tables:
- short, unambiguous names
- singular names, no plural!
- avoid abbreviated, concatenated, or acronym-based names
- for linking tables: the names of the linked tables concatenated
Fields:
- prefix the name of every field with the name of the table
- primary key is always [table_name]_id (autoincrement)
- foreign key fields have the same name as the field they refer to
- date fields: [table_name]_date_[name]
- bool fields: [table_name]_is_[name]

Now I wanna know what naming conventions you use! Like me or totally different?
Depending how many people post their opinions I was thinking about writing about in my blog and comparing different naming conventions, maybe even adjusting mine to superior ones from someone else.

David


Messages In This Thread
Database naming conventions - by El Forum - 05-13-2009, 09:34 AM
Database naming conventions - by El Forum - 05-13-2009, 09:45 AM
Database naming conventions - by El Forum - 05-13-2009, 11:19 AM
Database naming conventions - by El Forum - 05-13-2009, 11:31 AM
Database naming conventions - by El Forum - 05-13-2009, 12:01 PM
Database naming conventions - by El Forum - 05-13-2009, 12:02 PM
Database naming conventions - by El Forum - 05-13-2009, 12:10 PM
Database naming conventions - by El Forum - 05-13-2009, 12:16 PM
Database naming conventions - by El Forum - 05-13-2009, 12:17 PM
Database naming conventions - by El Forum - 05-13-2009, 05:05 PM
Database naming conventions - by El Forum - 05-13-2009, 06:58 PM
Database naming conventions - by El Forum - 05-14-2009, 12:56 AM
Database naming conventions - by El Forum - 05-14-2009, 01:17 AM
Database naming conventions - by El Forum - 05-14-2009, 02:02 AM
Database naming conventions - by El Forum - 05-14-2009, 02:16 AM
Database naming conventions - by El Forum - 05-14-2009, 02:20 AM
Database naming conventions - by El Forum - 05-14-2009, 10:39 AM
Database naming conventions - by El Forum - 05-14-2009, 01:17 PM
Database naming conventions - by El Forum - 05-14-2009, 10:01 PM
Database naming conventions - by El Forum - 05-14-2009, 11:10 PM
Database naming conventions - by El Forum - 05-14-2009, 11:20 PM
Database naming conventions - by El Forum - 05-15-2009, 02:12 AM
Database naming conventions - by El Forum - 05-15-2009, 05:26 AM
Database naming conventions - by El Forum - 05-15-2009, 05:39 AM
Database naming conventions - by El Forum - 05-15-2009, 05:43 AM
Database naming conventions - by El Forum - 05-15-2009, 05:50 AM
Database naming conventions - by El Forum - 05-15-2009, 05:50 AM
Database naming conventions - by El Forum - 05-15-2009, 05:57 AM
Database naming conventions - by El Forum - 05-15-2009, 06:15 AM
Database naming conventions - by El Forum - 05-15-2009, 06:20 AM
Database naming conventions - by El Forum - 05-15-2009, 06:22 AM
Database naming conventions - by El Forum - 05-15-2009, 06:53 AM
Database naming conventions - by El Forum - 05-15-2009, 06:56 AM
Database naming conventions - by El Forum - 05-15-2009, 08:36 AM
Database naming conventions - by El Forum - 05-15-2009, 08:42 AM
Database naming conventions - by El Forum - 05-15-2009, 08:46 AM
Database naming conventions - by El Forum - 05-15-2009, 08:49 AM
Database naming conventions - by El Forum - 05-15-2009, 09:02 AM
Database naming conventions - by El Forum - 05-15-2009, 09:23 AM
Database naming conventions - by El Forum - 05-15-2009, 10:00 AM
Database naming conventions - by El Forum - 05-15-2009, 12:10 PM
Database naming conventions - by El Forum - 05-15-2009, 01:10 PM
Database naming conventions - by El Forum - 05-15-2009, 01:36 PM
Database naming conventions - by El Forum - 05-20-2009, 05:03 PM
Database naming conventions - by El Forum - 09-28-2009, 05:46 PM
Database naming conventions - by El Forum - 09-30-2009, 05:30 PM
Database naming conventions - by El Forum - 11-29-2009, 07:17 AM
Database naming conventions - by El Forum - 11-29-2009, 08:29 AM
Database naming conventions - by El Forum - 11-29-2009, 12:46 PM
Database naming conventions - by El Forum - 07-12-2011, 01:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB