Are there any naming conventions for tables/fields within MySQL. I have found a big list of "reserved words" but other than that are there any other concerns about naming?
For example, are field/table names like this acceptable:
p_name
p.name
p-name
Please advise.
TIA.