Setting Up a Fully Managed RDBMS
In the previous chapter, we discussed the considerations and best practices when designing a database for storing structured data, and some real-world SQL examples. In this chapter, we will take the structured database design to do some hands-on learning with a fully managed cloud relational database. You will learn how to set up and configureyour instance, and create databases and objects in the database and how to programmatically connect to the database and access data.
In this chapter, we’ll cover the following topics:
- Fully managed databases
- Fully managed RDBMS
- Cloud SQL as an example
- Setting up and configuring a fully managed RDBMS
- Creating an application with the cloud database
- Operational aspects of cloud relational databases