This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which if the following statements is true of a lake database?
Data is stored in a relational database store and can't be directly accessed in the data lake files.
Data is stored in files that can't be queried using SQL.
A relational schema is overlaid on the underlying files, and can be queried using a serverless SQL pool or a Spark pool.
You need to create a new lake database for a retail solution. What's the most efficient way to do this?
Create a sample database in Azure SQL Database and export the SQL scripts to create the schema for the lake database.
Start with the Retail database template in Azure Synapse Studio, and adapt it as necessary.
Start with an empty database and create a normalized schema.
You have Parquet files in an existing data lake folder for which you want to create a table in a lake database. What should you do?
Use a CREATE EXTERNAL TABLE AS SELECT (CETAS) query to create the table.
Convert the files in the folder to CSV format.
Use the database designer to create a table based on the existing folder.
You must answer all questions before checking your work.
Was this page helpful?