Unlock the power of your data in the cloud! Get hands-on with Google Cloud's core data services like BigQuery and Looker to validate your practical skills in data ingestion, analysis, and management, and earn your Associate Data Practitioner certification!
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
A data analytics team has loaded raw customer transaction records directly into a BigQuery table. Before the dataset can be analyzed, the team must perform several data cleaning tasks:
Which BigQuery transformation method should the team use to perform these in-place data cleaning operations?
Data Manipulation Language (DML) in BigQuery consists of standard GoogleSQL statements (UPDATE, DELETE, INSERT, MERGE, and TRUNCATE) that allow users to mutate and manipulate data stored directly inside existing BigQuery tables.
UPDATE statement can easily scan table columns and replace NULL entries with standard defaults (such as 0 or 'Unknown').DELETE or MERGE statement can identify and remove duplicate rows based on primary keys or timestamp logic directly within the table.When raw data is already stored inside BigQuery, executing SQL DML statements provides the simplest, lowest-friction, and most cost-effective method to cleanse and prepare data in place before downstream reporting.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.