Our project constitutes of many modules (e.g. a HR management system containing modules like attendance, identity, reports ...)
What would be a good naming convention for all the tables represented here..
Would you suggest having the same prefix for all modules (e.g. hrms_ide_user, hrms_rep_reports ..) OR something like ide_user, rep_reports ...
Our product intends to support all the major databases (Oracle, DB2, MySQL, Postgres). So I would like to be careful with table or column limitations if any.