DP-203 Exam QuestionsBrowse all questions from this exam

DP-203 Exam - Question 91


HOTSPOT

-

You have an Azure subscription that contains the resources shown in the following table.

The storage1 account contains a container named container1. The container1 container contains the following files.

In Pool1, you run the following script.

In the Built-in serverless SQL pool, you run the following script.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Show Answer
Correct Answer:

Discussion

11 comments
Sign in to comment
pramod4lk
Aug 4, 2023

The answer is No, Yes, No It will ignore "_" and "."

pc1337xd
Aug 3, 2023

Both Hadoop(dedicated) and native(serverless) external tables will skip the files with the names that begin with an underline (_) or a period (.).

shadow2332
Feb 13, 2024

No, No, No Because names that begin with an underline (_) or a period (.) are ignored and in the mentioned location, it will not be going to read subfolders, until '/**' is mentioned.

lcss27
Mar 31, 2024

when you use DATA SOURCE to create an External Table you also use LOCATION (where you specified the relative path e.g. '/directory/**') https://learn.microsoft.com/en-us/sql/t-sql/statements/create-external-table-transact-sql?view=azure-sqldw-latest&tabs=dedicated#b-import-data-from-parquet-into-

5a939c2
Jul 22, 2024

No, Yes, No In serverless SQL pools must be specified /** at the end of the location path. In Dedicated pool the folders are always scanned recursively.

AvSUN
Sep 6, 2023

NO, YES, NO https://learn.microsoft.com/en-us/sql/t-sql/statements/create-external-table-transact-sql?view=azure-sqldw-latest&tabs=dedicated#location--folder_or_filepath-1

g2000
Aug 2, 2023

The last one is No. File is prefxied with a period and therefore can't be returned. https://learn.microsoft.com/en-us/sql/t-sql/statements/create-external-table-transact-sql?view=azure-sqldw-latest&tabs=dedicated#location--folder_or_filepath-1

kkk5566
Sep 4, 2023

NO YES NO see previous quizs.

subhraz
Aug 30, 2023

NO YES NO

hcq31818
Dec 7, 2023

No, Yes, No

moize
Jan 9, 2024

Réponse trouvée : Non - Oui - Non. Lien de référence est : https://learn.microsoft.com/en-us/sql/t-sql/statements/create-external-table-transact-sql?view=azure-sqldw-latest&tabs=dedicated#location--folder_or_filepath-1

Dusica
Apr 24, 2024

No No No

CezarioAbrantesPP
Jun 26, 2024

Both Hadoop and native external tables will skip the files with the names that begin with an underline (_) or a period (.)