What is a table prefix, and what are their advantages and disadvantages? This is in relation to MySQL.
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Flush single app django 1.9
Strange no one mentioned that you also can use table prefixes to use normally reserved keywords as tablenames.
E.g. t_user or t_order are now possible.