With the following steps, we can create a database in Cloud Spanner from the GCP console itself:
- Click the Create Database button.
- We will create a database called holder_details and add its schema. Like previous examples, here too we have customer ID, name, account, and balance columns. We have also defined their datatypes. As you may have already noticed, all of this is happening without creating any instance.
- Once you have defined all of your columns, click on the Create Table button and it will lead you to the screen where you can verify your table and start adding data. There is another ...