| |
| | Jason Mauss' Blog Cabin : DevCampus Database Naming Conventions (Site not responding. Last check: ) |
 | | The goal of this particular naming convention is to produce practical, legible, concise, unambiguous and consistent names for your database objects. |
 | | When naming your columns, keep in mind that they are members of the table, so they do not need the any mention of the table name in the name. |
 | | As long as you include the table name, the operation that executes the trigger (Ins, Upd, or Del) and the "Trg" letters, it should be obvious to someone working with the database what kind of object it is. As with all conventions you use, pick one and remain consistent. |
| weblogs.asp.net /jamauss/articles/DatabaseNamingConventions.aspx (5137 words) |
|