By RiaDro
via javacodegeeks.com
Published: Feb 04 2012 / 22:38
1. Use well defined and consistent names for tables and columns (e.g. School, StudentCourse, CourseID ...).
2. Use singular for table names (i.e. use StudentCourse instead of StudentCourses). Table represents a collection of entities, there is no need for plural names.
Add your comment
Voters For This Link (21)
-
RiaDro -
iliastsagklis -
bhandari4u -
matt -
qwerty_nor -
eponymous -
Cynic -
bradleykronson -
cagdasbasaraner -
melbeltagy -
mswatcher -
neithblue -
weba2lix -
justincater -
kioub -
rogerjose81 -
panpaterakis -
pareshmayani -
carrion -
Chankey -
mf93113


