In the context of cloud databases, a serverless database is one that automatically manages all server resources for you, including scaling up and down based on actual usage, even scaling to zero when not in use. Unlike traditional databases where you provision specific server capacity upfront, serverless databases dynamically allocate resources as needed and charge you only for what you actually consume.
The term “serverless” doesn’t mean there are no servers involved. Servers still exist, but you don’t have to think about them. The cloud provider handles all capacity planning, scaling, and infrastructure management automatically in the background.