**What are Databases?**\
\
Databases in Google Cloud Spanner are collections of structured data organized to support storage, retrieval, and management. Within a Spanner instance, you can create multiple databases, each containing tables to store your data. These databases support SQL queries, ACID transactions, and schema changes, making them suitable for complex applications. Spanner ensures that these databases are scalable, globally distributed, and consistently synchronized across regions.