Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Official Google Cloud Certified Associate Cloud Engineer Study Guide

You're reading from   Official Google Cloud Certified Associate Cloud Engineer Study Guide The only official Google Cloud study guide

Arrow left icon
Product type Paperback
Published in Apr 2019
Publisher Wiley
ISBN-13 9781119564416
Length 560 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Dan Sullivan Dan Sullivan
Author Profile Icon Dan Sullivan
Dan Sullivan
Arrow right icon
View More author details
Toc

Table of Contents (28) Chapters Close

1. Cover FREE CHAPTER
2. Acknowledgments
3. About the Author
4. Introduction
5. Assessment Test
6. Answers to Assessment Test
7. Chapter 1 Overview of Google Cloud Platform 8. Chapter 2 Google Cloud Computing Services 9. Chapter 3 Projects, Service Accounts, and Billing 10. Chapter 4 Introduction to Computing in Google Cloud 11. Chapter 5 Computing with Compute Engine Virtual Machines 12. Chapter 6 Managing Virtual Machines 13. Chapter 7 Computing with Kubernetes 14. Chapter 8 Managing Kubernetes Clusters 15. Chapter 9 Computing with App Engine 16. Chapter 10 Computing with Cloud Functions 17. Chapter 11 Planning Storage in the Cloud 18. Chapter 12 Deploying Storage in Google Cloud Platform 19. Chapter 13 Loading Data into Storage 20. Chapter 14 Networking in the Cloud: Virtual Private Clouds and Virtual Private Networks 21. Chapter 15 Networking in the Cloud: DNS, Load Balancing, and IP Addressing 22. Chapter 16 Deploying Applications with Cloud Launcher and Deployment Manager 23. Chapter 17 Configuring Access and Security 24. Chapter 18 Monitoring, Logging, and Cost Estimating 25. Index
26. Advert
27. End User License Agreement
Appendix Answers to Review Questions

Deploying and Managing Cloud Spanner

Now, let’s turn our attention to Cloud Spanner, the global relational database. In this section, you will create a database, define a schema, insert some data, and then query it.

First, you will create a Cloud Spanner instance. Navigate to the Cloud Spanner form in the console and select Create Instance. This will display a form as shown in Figure 12.16.

The image shows required steps to be followed when creating a cloud spanner instance. The requirement includes specifying an instance name, instance ID, slecting a configuration from the given two options, and providing the number of nodes.

FIGURE 12.16 Create a Cloud Spanner instance.

Next, you need to create a database in the instance. Select Create Database at the top of the Instance Details page, as shown in Figure 12.17.

The figure explains procedure of creating a database within a Cloud Spanner instance.

FIGURE 12.17 Create a database within a Cloud Spanner instance.

When creating a database, you will need to use the SQL data definition language (DDL) to define the structure of tables. SQL DDL is the set of SQL commands for creating tables, indexes, and other data structures (see Table 12.1). In the example in Figure 12.18, you use a Singers table definition provided by Google in the Cloud Spanner...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images