Possible Duplicate:
mysql naming convention
What is the best naming convention for sql tables?
Can we name them in both upper and lower case or camel case?
Which is correct?
Possible Duplicate:
mysql naming convention
What is the best naming convention for sql tables?
Can we name them in both upper and lower case or camel case?
Which is correct?
As far as I know, it doesn't matter too much as long as it's the same format for the entire database. Some prefix with 't_', 'tbl' or don't prefix at all