I am migrating an MS Access application (which has linked tables to a MSSQL Server) to MySQL.
As a means to overcome some MSAccess table naming problems, I am seeki
You could create a view named dbo_customers which is backed by the customers table.
dbo_customers
customers