Do underscores in table names affect performance or cause issues on some platforms?
For example, user_profiles
user_profiles
Would it be better to use user
user
There's nothing wrong with using underscores, but keep in mind there may be occassions you need to escape the underscore, e.g. My\_Table
My\_Table