Join the discussion
Question 1/15
Which of the following approaches can be used to ingest data directly from cloud-based object storage?
Correct Answer: E
External tables are tables that are defined in the Databricks metastore using the information stored in a cloud object storage location. External tables do not manage the data, but provide a schema and a table name to query the data. To create an external table, you can use the CREATE EXTERNAL TABLE statement and specify the object storage path to the LOCATION clause. For example, to create an external table named ext_table on a Parquet file stored in S3, you can use the following statement:
SQL
CREATE EXTERNAL TABLE ext_table (
col1 INT,
col2 STRING
)
STORED AS PARQUET
LOCATION 's3://bucket/path/file.parquet'
AI-generated code. Review and use carefully. More info on FAQ.
SQL
CREATE EXTERNAL TABLE ext_table (
col1 INT,
col2 STRING
)
STORED AS PARQUET
LOCATION 's3://bucket/path/file.parquet'
AI-generated code. Review and use carefully. More info on FAQ.
Add Comments
- Other Question (15q)
- Q1. Which of the following approaches can be used to ingest data directly from cloud-based obj...
- Q2. A data analyst has been asked to configure an alert for a query that returns the income in...
- Q3. A data analyst needs to use the Databricks Lakehouse Platform to quickly create SQL querie...
- Q4. Which of the following approaches can be used to connect Databricks to Fivetran for data i...
- Q5. Which of the following statements describes descriptive statistics?...
- Q6. After running DESCRIBE EXTENDED accounts.customers;, the following was returned: (Exhibit)...
- Q7. A data analyst has been asked to produce a visualization that shows the flow of users thro...
- Q8. A data analyst has set up a SQL query to run every four hours on a SQL endpoint, but the S...
- Q9. A data organization has a team of engineers developing data pipelines following the medall...
- Q10. In which of the following situations should a data analyst use higher-order functions?...
- Q11. Which of the following layers of the medallion architecture is most commonly used by data ...
- Q12. A data engineering team has created a Structured Streaming pipeline that processes data in...
- Q13. In which of the following situations will the mean value and median value of variable be m...
- Q14. Data professionals with varying titles use the Databricks SQL service as the primary touch...
- Q15. A data analyst wants to create a dashboard with three main sections: Development, Testing,...

[×]
Download PDF File
Enter your email address to download Databricks.Databricks-Certified-Data-Analyst-Associate.v2024-05-22.q15.pdf