i would combine the User and Admin tables, and have a column named isAdmin to identify the admins
if Privilege is really 1-to-1, just combine it into the User/Admin table -- otherwise, you'll need another table between them, if an admin can have more than one priviledge (which is the most flexible scenario)
can you read this --
Quote:
|
nounParis prepIn artThe nounSpring
|
difficult, isn't it? so please, remove the "tbl" prefix from your table names
