Multi-tenants in DB: Multiple Schema model
Application connects to the appropriate database schema using the ‘owner’ ID appended to the schema name
Client logic looks up meta-data to build query dynamically and then perform the appropriate look-up on the customer schema table
The ‘owner’ value is appended to the schema based on the currently logged in user