×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

LOG IN TO YOUR ACCOUNT

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR PASSWORD?

AAH, WAIT, I REMEMBER NOW!

CREATE AN ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • INFO

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED

How do you insert data into a table in Cloud Spanner?

by EITCA Academy / Thursday, 03 August 2023 / Published in Cloud Computing, EITC/CL/GCP Google Cloud Platform, Getting started with GCP, Cloud Spanner, Examination review

To insert data into a table in Cloud Spanner, you need to follow a few steps. First, you should create a Spanner client object to connect to the Cloud Spanner service. This client object allows you to interact with the Spanner API and perform various operations, including inserting data into a table.

Once you have the Spanner client object, you need to specify the database and table where you want to insert the data. In Cloud Spanner, data is organized into databases, which can contain one or more tables. Each table consists of rows and columns, similar to a traditional relational database.

To insert data into a table, you need to create a mutation object that represents the changes you want to make to the database. In this case, you want to insert a new row into the table. The mutation object contains the data you want to insert, along with the specific table and columns where the data should be inserted.

Here is an example code snippet in Python that demonstrates how to insert data into a table in Cloud Spanner:

python
from google.cloud import spanner

# Create a Spanner client object
spanner_client = spanner.Client()

# Specify the database and table
instance_id = 'your-instance-id'
database_id = 'your-database-id'
table_name = 'your-table-name'

# Get a reference to the database
database = spanner_client.instance(instance_id).database(database_id)

# Create a mutation object to insert data
mutation = database.batch().insert(
    table=table_name,
    columns=['column1', 'column2', 'column3'],
    values=[
        [1, 'value1', True],
        [2, 'value2', False],
        [3, 'value3', True]
    ]
)

# Apply the mutation to the database
mutation.commit()

# Close the database connection
database.close()

In this example, we first create a Spanner client object using the `spanner.Client()` constructor. Then, we specify the instance ID, database ID, and table name where we want to insert the data. Next, we get a reference to the database using the `instance().database()` method.

To insert the data, we create a mutation object using the `database.batch().insert()` method. We specify the table name and the columns where the data should be inserted. The `values` parameter contains the actual data to be inserted. In this example, we insert three rows with different values for each column.

Finally, we apply the mutation to the database using the `mutation.commit()` method. This commits the changes and inserts the data into the specified table. Afterward, we close the database connection using the `database.close()` method.

By following these steps, you can successfully insert data into a table in Cloud Spanner.

Other recent questions and answers regarding Examination review:

  • What additional functionality does Cloud Spanner provide for running SQL queries?
  • What is the process for creating a table schema in Cloud Spanner?
  • How do you create a database in Cloud Spanner using the Google Cloud Platform Console?
  • What is the purpose of creating an instance in Cloud Spanner?

More questions and answers:

  • Field: Cloud Computing
  • Programme: EITC/CL/GCP Google Cloud Platform (go to the certification programme)
  • Lesson: Getting started with GCP (go to related lesson)
  • Topic: Cloud Spanner (go to related topic)
  • Examination review
Tagged under: Cloud Computing, Cloud Spanner, Data Insertion, Database, Google Cloud Platform, Spanner Client
Home » Cloud Computing » EITC/CL/GCP Google Cloud Platform » Getting started with GCP » Cloud Spanner » Examination review » » How do you insert data into a table in Cloud Spanner?

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (105)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Medium publ.)
  • About
  • Contact

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.
Eligibility for EITCA Academy 90% EITCI DSJC Subsidy support
90% of EITCA Academy fees subsidized in enrolment

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on X
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF) in series of projects since 2007, currently governed by the European IT Certification Institute (EITCI) since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    EITCA Academy
    • EITCA Academy on social media
    EITCA Academy


    © 2008-2026  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?
    We will reply here and by email. Your conversation is tracked with a support token.