Cloud SQL is Google's fully managed relational database service. You choose PostgreSQL, MySQL, or SQL Server. Google handles provisioning, backups, replication, patching, and high availability. You connect like a normal database; all the operations overhead is gone. Perfect for applications that need relational data (structured schema, ACID transactions, complex queries). Small startups to enterprises use Cloud SQL.