| Object Type | Prefix | Example |
|---|---|---|
| Tables | tbl + TableName tlkp + LookupTableName |
tblCourse_Meeting tlkpMajor |
| Views | v + TableName v + TableName + __ + JoinTableName v + FunctionalName |
vCatalog vFaculty__Courses vSubjects_By_Term |
| Stored Procedures | usp + Action + __ + Object | uspFind_Student_Name uspUpdate_Account |
| Constraints: | ||
| Primary Keys | pk + TableName | pkCourse_Meeting |
| Foreign Keys | fk + ForeignKey + __ + RefTableName | fkPub_ID__Publishers |
| Defaults | df + TableName + __ + ColumnName | dfAttendance__Event_Date |
| Index | ix + TableName + __ + ColumnName | ixStudent__Student_ID |