You need to design the multi-tenant model for storing application and customer data.Which pattern should you recommend?References:https://docs.microsoft.com/en-us/azure/sql-database/saas-tenancy-app-design-patterns
Question:
Which pattern should you recommend?
Options:
Shared database-single
Database-per-tenant with elastic pools
Database-per-tenant without elastic pools
Shared database-sharded
Correct Answer
The Correct Answer for this Question is
Database-per-tenant with elastic pools