Glossary
One system serves several customers on the same infrastructure, without the data of one appearing for another.
The choice is between a shared database with a tenant column, separate schemas, and separate databases. It determines operational effort, cost, and how hard it later becomes to migrate a single customer.
Multi-tenancy is not only about storage: background processing, caches, logs and metrics all have to know the tenant, otherwise things mix in unexpected places.