Question 1

A data analyst needs to create an empty managed table table_name in database database_name with a specific schema. The table needs to be recreated and empty, regardless of whether or not the table already exists.
Which command can the analyst use to complete the task?
  • Question 2

    A data engineer is working with a nested array column products in table transactions. They want to expand the table so each unique item in products for each row has its own row where the transaction_id column is duplicated as necessary.
    They are using the following incomplete command:

    Which of the following lines of code can they use to fill in the blank in the above code block so that it successfully completes the task?
  • Question 3

    In which of the following situations should a data analyst use higher-order functions?
  • Question 4

    A data analyst has recently joined a new team that uses Databricks SQL, but the analyst has never used Databricks before. The analyst wants to know where in Databricks SQL they can write and execute SQL queries.
    On which of the following pages can the analyst write and execute SQL queries?
  • Question 5

    Which of the following is a benefit of Databricks SQL using ANSI SQL as its standard SQL dialect?