🔍

Databricks Certified Data Engineer Associate DATA-ENGINEER-ASSOCIATE — Question 111

Topic 1 · Question 111 of 169

Topic 1 · Question 111

A data engineer has a Python variable table_name that they would like to use in a SQL query. They want to construct a Python code block that will run the query using table_name. They have the following incomplete code block: ____(f"SELECT customer_id, spend FROM {table_name}") What can be used to fill in the blank to successfully complete the task?

View community discussion →