問題一覧
1
半構造データの変換中に、FLATTEN関数を使用してすべてのサブ要素を再帰的に展開する場合、FLATTEN関数でどの引数を設定する必要がありますか。 While transforming Semi-structure data, If you want expansion for all the sub-elements recursively using FLATTEN function, what argument would you need to set with FLATTEN function?
RECURSIVE => TRUE
2
Snowpipeを使用してロードする際に、sysadminが作成する必要がある仮想ウェアハウスのサイズはどれくらいですか。(ベストアンサーを選択) What size of the virtual warehouse needs to be created by the sysadmin while loading using Snowpipe? (Select the best answer)
None of these
3
ステージからSnowpipeへのファイルのロードをトリガーするには、複数の方法があります。スノーパイプでロードをトリガーするために一般的に使用される2つの方法を選択します。 There are multiple ways you can trigger the loading of files from the stage into Snowpipe. Select two ways generally used to trigger the loading with Snowpipe.
Snowpipe RESTエンドポイントの呼び出し Calling Snowpipe REST endpoints, クラウドメッセージング (通知) を使用したスノーパイプの自動化 Automating Snowpipe using cloud messaging (notification)
4
呼び出しごとに1つの値 (行ごとに1つの値) を返す関数のタイプを選択します。 Select the type of function that returns one value per invocation (one value per row).
Scalar Function
5
VARIANTデータ型は個々の行にどのようなサイズ制限を課しますか。 What size limit does VARIANT data type impose on individual rows?
16 MB
6
スコープ付きURLを生成したユーザーのみが、URLを使用して参照ファイルにアクセスできます。(True/False) Only the user who generated the scoped URL can use the URL to access the referenced file. (True/False)
TRUE
7
Python UDFと表形式のPython UDFは、SnowflakeFileクラスを使用して、ステージングされたファイル内の非構造化データを読み取って処理できます。(True/False) Python UDFs and tabular Python UDFs can read and process unstructured data in staged files using SnowflakeFile class. (True/False)
FALSE
8
外部ステージおよびパス内の最新の関連ファイルとメタデータを同期するために、ディレクトリテーブルのメタデータを自動的かつ効率的に更新するにはどうすればよいですか。 How can a directory table metadata be refreshed automatically and efficiently to synchronize the metadata with the latest associated files in the external stage and path?
クラウドイベント通知サービスを使用する。 Using Cloud event notification service.
9
Snowflakeでサポートされていないファイル形式を次に示します。 Which of the following file format is not supported by Snowflake?
EDI
10
Snowpipeの最適な使用方法は、大量のデータをロードして、徐々に分析に使用できるようにすることです。(True/False) The best use of Snowpipe is to load large volumes of data and incrementally make them available for analysis. (True/False)
FALSE
11
次のクエリでは、どのような値が返されますか。SELECT*FROM TABLE (フラットテン(input=>parse_json (' [] ') , outer=>true)) f; What value will be return by the following query? SELECT * FROM TABLE(FLATTEN(input => parse_json('[]'), outer => true)) f;
NULL
12
SnowflakeがUDF (ユーザー定義関数) を記述するためにサポートしている言語は次のうちどれですか?(4を選択) Which of the following languages does Snowflake support for writing UDFs (User-Defined Functions)? (Select 4)
SQL, JavaScript, JAVA, Python
13
Snowflakeでは、アンロードされたデータファイルにデフォルトでどの圧縮方法が使用されますか。 Which compression method does Snowflake use for unloaded data files by default?
gzip
14
使用する方法を指定するために使用するサンプリング方法のキーワードはどれですか。(2を選択) Which of these sampling method keywords are used to specify which method to use? (Select 2)
BERNOULLI | ROW, SYSTEM | BLOCK
15
CSVファイルでアンロードするときに、空の文字列とNULLを区別するための推奨される方法は何ですか。 What is the preferred way to distinguish empty strings from NULLs while unloading in CSV files?
FIELD_OPTIONALLY_ENCLOSED_BYオプションを設定して、文字列を引用符で囲みます。 Enclose strings in quotes by setting the FIELD_OPTIONALLY_ENCLOSED_BY option.
16
ステージ内のファイルのLAST_MODIFIEDの日付が64日よりも古く、最初のデータセットが64日より前にテーブルに読み込まれた場合。この場合、データの損失を防ぐために、COPYコマンドはデフォルトでファイルをロードします。(True/False) If a file in a stage has the LAST_MODIFIED date older than 64 days and the initial set of data was loaded into the table more than 64 days earlier. In this case, to prevent any data loss, the COPY command loads the file by default. (True / False)
FALSE
17
Snowflake情報スキーマには、ディレクトリテーブルに関する情報を取得するためにクエリできるテーブル関数が含まれています。指定したオブジェクトのメタデータに登録されているデータファイルの履歴と、これらの操作に対して請求されるクレジットを照会するために使用できるテーブル関数はどれですか。 The Snowflake Information Schema includes table functions you can query to retrieve information about your directory tables. Which table function can be used to query the history of data files registered in the metadata of specified objects and the credits billed for these operations?
AUTO_REFRESH_REGISTRATION_HISTORY
18
VARIANT、OBJECTまたはARRAY列の横方向のビューを作成するにはどうすればよいですか。 How can you produce a lateral view of a VARIANT, OBJECT or ARRAY Column?
Using FLATTEN table function
19
署名済みURLは次の場合に最適です。 Pre-Signed URL is ideal for
構造化されていないファイルの内容を表示する必要があるビジネス・インテリジェンス・アプリケーションやレポート作成ツールに最適 Ideal for business intelligence applications or reporting tools that need to display the unstructured file contents
20
URL (スコープ付きURLまたはファイルURL) をREST APIに送信するHTTPクライアントは、リダイレクトを許可するように構成する必要があります。(True/False) An HTTP client that sends a URL (either scoped URL or file URL) to the REST API must be configured to allow redirects. (True/False)
TRUE
21
最適なバルク・データ・ロードのために推奨されるデータ・ファイルの圧縮サイズはいくつですか。 What is the recommended compressed size of data files for optimal bulk data loads?
100-250 MB
22
モニカは、より良いパフォーマンスを考慮して、非常に大きなテーブルでどのサンプリング方法を使用すべきか迷っています。BERNOULLI|ROWとSYSTEM|BLOCKのどちらのサンプリング方法をお勧めしますか? Monica is confused about which sampling method she should use with one the very large tables,, considering better performance. Which sampling method would you recommend from BERNOULLI | ROW and SYSTEM | BLOCK?
SYSTEM | BLOCK
23
SnowflakeがサポートするSQL関数はどれですか。 Which of these SQL functions does Snowflake support?
System, Scalar, User-Defined, Table, WIndow, Aggregate
24
ステージングされたファイルのデータが正常にロードされたときに、Snowflakeステージからファイルを削除するには、どのコピーオプションを使用しますか。 Which copy option is used to delete the file from the Snowflake stage when data from staged files are loaded successfully?
PURGE = TRUE
25
事前署名URLの有効期限はどれくらいですか。 What is the expiration period of a Pre-signed URL?
expiration_time引数に指定した時間の長さ Length of time specified in the expiration_time argument
26
単一ファイルのCOPY INTOロケーションステートメントを使用して、Snowflakeからデータをアンロードするにはどうすればよいですか。 How can you unload the data from Snowflake using COPY INTO location statements in a Single file?
コピー・オプションSINGLE=TRUEを指定した場合 By specifying copy option SINGLE = TRUE
27
COPYコマンドと組み合わせて、リレーショナル表の行を1つのVARIANT列に変換し、その行をファイルにアンロードするために使用できる関数はどれですか。 Which function can be used in combination with COPY command to convert the rows in a relational table to a single VARIANT column and unload the rows into a file?
OBJECT_CONSTRUCT
28
COPYコマンドを使用してテーブルにデータをロードするときに、データ変換に使用できるすべてのオプションを教えてください。(該当するものをすべて選択してください) What all options are available for data transformation while loading data into a table using the COPY command? (Select all that apply)
Casts, テキスト文字列の切り捨て Truncation of Text Strings, 列の省略 Column omission, 列の Column reordering
29
CREATE OR REPLACE PIPEコマンドを使用してパイプを再作成する場合。スノーパイプが再作成された場合、ロード履歴はどうなりますか? If you recreate a pipe using CREATE OR REPLACE PIPE command. What does happen to load history if the Snowpipe gets recreated?
ロード履歴が空にリセットされる The load history gets reset to empty
30
UDFはsql DDL/DMLをサポートしていませんか?(True/False) UDF does not support sql DDL / DML? (True/Fales)
TRUE
31
外部 (外部クラウドストレージ) ステージと内部(つまり、スノーフレーク)ステージの両方で、非構造化データがサポートされます。(True/False) Both external (external cloud storage) and internal (i.e., Snowflake) stages support unstructured data. (True / False)
TRUE
32
DavidはCOPY INTOコマンドを使用してJSONファイルをロードしたいと考えています。彼は、欠損値のデータにNULL値があり、他に特別な意味がないことを発見しました。COPYINTOで使用することを推奨するファイル形式オプションを教えてください。 JSON null値を処理するコマンドですか? David wants to load a JSON file using the COPY INTO <table> command. He found that there are null values in the data for missing values and have no other special meaning. What file format option would you recommend him to use with COPY INTO <table> command to handle the JSON null values?
DavidはSTRIP_NULL_VALUES=TRUEを使用する必要があります。 David should use STRIP_NULL_VALUES = TRUE
33
OVERWRITEパラメータはINSERTコマンドで何をしますか? What does OVERWRITE parameter do with INSERT command?
値をテーブルに挿入する前に、ターゲットテーブルを切り捨てることを指定します。 It specifies that the target table should be truncated before inserting the values into the table.
34
どのような場合にHyperLogLogを使用する必要がありますか。 When should we use HyperLogLog?
入力が大きくなる可能性があり、近似結果が許容される場合。 Whenever the input is potentially large, and an approzimate result is acceptable.
35
クラウドストレージ内のディレクトリテーブルのメタデータの自動更新によって、Snowflakeのお客様に料金が発生することはありません。(True/False) The automatic refresh of metadata of the directory table in the cloud storage does not incur any charges to Snowflake Customers. (True/False)
FALSE
36
Snowflake SQL APIを使用して実行されるすべての操作は何ですか。(4を選択) What are all operations performed using Snowflake SQL API? (Select 4)
実行用SQL文の送信 Submit SQL statements for execution, 文の実行を取り消す Cancel the execution of a statement, 文の実行状況の確認 Check the status of the execution of a statement, クエリ結果を同時にフェッチする Fetch query results concurrently
37
Snowflakeステージで非圧縮ファイルをステージングする場合、圧縮が明示的に無効になっていない限り、Snowflakeは自動的にファイルを圧縮します。Snowflakeがファイルを圧縮するために使用するオプションはどれですか。 When staging uncompressed files in a Snowflake stage, Snowflake automatically compresses the files unless compression is explicitly disabled. Which of the options is used by Snowflake for compressing the file?
gzip
38
定義済みのデータモデルまたはスキーマに適合しないデータはどれですか。 Which data does not fit into a predefined data model or schema?
Unstructured Data
39
セキュリティ統合を作成して、OAuthをサポートするHTTPクライアントがユーザーを承認ページにリダイレクトし、REST APIエンドポイントにアクセスするためのアクセストークンを生成できるようにするには、どのコマンドを使用しますか。 Which command is used to create a security integration to enable an HTTP client that supports OAuth to redirect users to an authorization page and generate access tokens for access to the REST API endpoint?
CREATE SECURITY INTEGRATION
40
VALIDATION_MODEパラメータは、ロード中にデータを変換するCOPY文をサポートしません。(True/False) The VALIDATION_MODE parameter does not support COPY statements that transform data during a load. (True / False)
TRUE
41
次のクエリでは、どのような値が返されますか。SELECT*FROM TABLE (FLATTEN (input=>parse_json (' [] ') ) ) f; What value will be return by the following query? SELECT * FROM TABLE(FLATTEN(input => parse_json('[]'))) f;
何も返されない/入力行の出力が省略されます。 nothing will return / output of the input row will be omitted
42
ステージデータファイルを選択してステージからロードする場合、一般に最も遅いオプションはどれですか。 Which is generally the slowest option for selecting staged data files to load from a stage?
パターンマッチングを使用して、特定のファイルをパターンで識別する Using pattern matching to identify specific files by pattern
43
Snowflakeで出力ファイルをエンコードするために使用される文字セットは何ですか? What is the character set used for encoding output files in Snowflake?
UTF-8
44
SQLステートメントの一部として呼び出すことができ、ステートメントで使用される値を返す必要がある関数が必要な場合、どのようなもの (UDFまたはストアドプロシージャ) を作成しますか。 What would you create (UDF or Stored procedure) if you need a function that can be called as part of a SQL statement and must return a value that will be used in the statement?
UDF
45
COPYINTOコマンドを使用してデータをロードする場合、データファイルの列数と順序が対象テーブルと同じであることが必須です。(True/False) When loading data using COPY INTO <table> command, it is a must that the data files have the same number and order of columns as your target table. (True/False)
FALSE
46
ファイルURLの有効期限を教えてください。 What is the expiration period of a File URL?
It is Permanent
47
ファイルURLは次の用途に最適です。 File URL is ideal for
非構造化データファイルへのアクセスを必要とするカスタム・アプリケーションに最適です。 Ideal for custom applications that require access to unstructured data files.
48
Snowflakeは、非構造化データのさまざまなアクションをサポートしています。Snowflakeでサポートされていないのはどれですか? Snowflake supports various actions for Unstructured Data. Which one is not supported by Snowflake?
標準オプションのSnowflake WebUIを使用して、PDFから実際のデータを抽出し、Snowflakeテーブルにロードします。 Extract actual data from PDF and load it into Snowflake tables using Snowflake WebUI out of the box option.
49
内部ステージからダウンロードしたファイルが破損しているとします。ダウンロードしたファイルが破損している原因を特定するには、ステージ作成者に何を確認する必要がありますか。 Suppose files downloaded from an internal stage are corrupted. What should be verified with the stage creator to determine why the downloaded file is corrupted?
ステージにENCRYPTION= (TYPE='SNOWFLAKE_SSE') が設定されているかどうかを確認します。 Verify if ENCRYPTION = (TYPE = 'SNOWFLAKE_SSE') set for the stage
50
期限切れのメタデータ(LAST_MODIFIEDの日付が64日より前で、最初のデータ・セットが64日より前に表にロードされた場合(また、ファイルがテーブルにロードされたのが64日以上前の場合も同様です。))を含むファイルのロードに役立つcopyOptionsはどれですか。(2を選択) Which copyOptions can help load a file with expired metadata (if the LAST_MODIFIED date is older than 64 days and the initial set of data was loaded into the table more than 64 days earlier (and if the file was loaded into the table, that also occurred more than 64 days earlier))? (Select 2)
FORCE = TRUE, LOAD_UNCERTAIN_FILES = TRUE
51
ステージングされたファイルのカタログを格納するために、Directoryテーブルをステージに明示的に追加するにはどうすればよいですか。 How can we add a Directory table explicitly to a stage to store a catalog of staged files?
Using CREATE STAGE command
52
VARIANTは階層データをフラット化するために使用されます。(True/False) VARIANT is used to FLATTEN hierarchical data. (True / False)
FALSE
53
デリミタ付きファイル(CSV、TSVなど。)のデフォルトの文字セットは次のうちどれですか。 What of the following is the default character set for delimited files (CSV, TSV, etc.)?
UTF-8
54
これらのうち、非構造化データはどれですか。(2を選択) Which of these are unstructured data? (Select 2)
Images, Videos
55
ステージ名とクラウドストレージ内の絶対ファイルパスを入力として使用して、ステージ内の位置を基準にしてステージファイルのパスを抽出するのに役立つSQL関数はどれですか。 Which of these SQL functions helps extract the path of a staged file relative to its location in the stage using the stage name and absolute file path in cloud storage as inputs?
GET_RELATIVE_PATH
56
ステージからロードするステージデータファイルを選択するための最速のオプションはどれですか。 Which is the fastest option for selecting staged data files to load from a stage?
ロードする特定のファイルのリストの指定 Specifying a list of specific files to load
57
入力としてステージ名を使用して、外部または内部の名前付きステージのURLを取得するSQL関数はどれですか。 Which of these SQL functions helps retrieve the URL for an external or internal named stage using the stage name as the input?
GET_STAGE_LOCATION
58
Johnは、複数のレコードを含む巨大な配列でJSONデータセットを読み込もうとしています。VARIANTデータ型に課された16 MBのサイズを考慮して、データを最適にロードするためにJohnに何を推奨しますか。 John is trying to load JSON data sets with a huge array containing multiple records. Considering the VARIANT data type imposed size of 16 MB, what do you recommend to John for optimally loading the data?
COPYINTOコマンドのSTRIP_OUTER_ARRAYファイル形式オプションを有効にします。 Enable the STRIP_OUTER_ARRAY file format option for the COPY INTO <table> command
59
SnowflakeのCOPYコマンドでサポートされている、ステージングされたデータファイルを選択するオプションはどれですか。(すべて該当するものを選択) Which options for selecting staged data files are supported by COPY command in Snowflake? (Select that all apply)
By path (internal stages) / prefix (Amazon S3 bucket), パターンマッチングを使用して、特定のファイルをパターンで識別する Using pattern matching to identify specific files by pattern, ロードする特定のファイルのリストの指定 Specifying a list of specific files to load
60
SnowflakeはREST API認証でどのような認証方法をサポートしていますか。(2を選択) What authentication methods does Snowflake support for REST API authentication? (Select 2)
OAuth, Key Pair Authentication
61
システムでアクションを実行したり,システムの情報を取得したりする機能の種類を選択します。 Select the type of function that is used to execute an action in the system or return information about the system.
System Function
62
UDFは、呼び出し元または所有者の権限で実行されます。(TRUE/FALSE) UDF runs with either the caller’s or the owner’s rights. (TRUE / FALSE)
FALSE
63
MonicaはUDFを他のユーザーと共有したいと考えています。彼女は、他のユーザーがそれを使用することを許可したいと考えていますが、それがどのように定義されているか、またはその背後にあるロジックを見ることができないようにしたいと考えています。モニカに何を勧めますか。 Monica wants to share a UDF with other users. She wants to permit other users to use it, but she doesn't want them to be able to see how it was defined or the underlying logic behind it. What would you recommend to Monica?
モニカはセキュアなUDFを作成する必要があります。 Monica should create a secure UDF
64
COPYINTOコマンドを使用したデータロード中に、文字列が対象の列長を超えた場合、どのようなオプションで文字列を切り捨てることができますか?(2を選択) During data loading using COPY INTO <table> command, if the string exceeds the target column length, what options do you have to truncate the string? (Select 2)
ENFORCE_LENGTH = FALSE, TRUNCATECOLUMNS = TRUE
65
半構造データの変換中に、パス内でアクセスできない、またはフィールドまたはエントリが0であるために展開できない入力行の出力を省略するには、FLATTEN関数でどの引数を設定する必要がありますか。 While transforming Semi-structure data, what argument would you need to set with FLATTEN function to omit the output of the input rows that cannot be expanded, either because they cannot be accessed in the path or because they have zero fields or entries?
OUTER => FALSE
66
COPYINTOコマンドのVALIDATION_MODEの目的は何ですか? What is the purpose of VALIDATION_MODE in the COPY INTO <table> command?
VALIDATION_MODEは、ロード・ファイルを指定された表にロードするかわりに、ロード・ファイルのエラーを検証するために使用されます。 VALIDATION_MODE is used to validate the load file for errors instead of loading it into the specified table.
67
ローカルファイルシステムからSnowflakeにロードするのは簡単です。ローカルシステムからファイルを取得し、圧縮して暗号化し、Snowflakeにコピーするには、どのコマンドを使用しますか。 Loading into Snowflake from a local file system is a straightforward affair. Which command is used to grab files from the local system, compress them and encrypt them, and then it copies them to Snowflake?
PUT command
68
ステージ名とステージ内の位置を基準としたファイルのパスを入力として使用して、ステージファイルの絶対パスを返すSQL関数はどれですか。 Which of these SQL functions helps returns the absolute path of a staged file using the stage name and path of the file relative to its location in the stage as inputs.?
GET_ABSOLUTE_PATH
69
Snowflakeは、クラウドストレージ内の非構造化データファイルへの安全なアクセスをサポートする。クラウドストレージ内のファイルにアクセスするには、どのような種類のURLを使用できますか。(3を選択) Snowflake supports the secured access of unstructured data files in cloud storage. What types of URLs are available to access files in cloud storage? (Select 3)
Scoped URL, File URL, Pre-signed URL
70
構造化されていないデータファイルにアクセスするための署名付きURLの生成に役立つ関数はどれですか。 Which of these functions helps generate the Pre-signed URL to access the unstructured data file?
GET_PRESIGNED_URL
71
個々の入力に対して複数の行を返す関数の種類を選択します。 Select the type of function that returns multiple rows for each individual input.
Table Function
72
スコープ付きURLは次の用途に最適です。 Scoped URL is ideal for
カスタムアプリケーションでの使用に最適で、非構造化データを共有経由で他のアカウントに提供 Ideal for use in custom applications, providing unstructured data to other accounts via a share
73
select*from t 1 sample row (100);上記のクエリは何を返しますか? select * from t1 sample row(100); What would the above query return?
テーブル内のすべての行を含むテーブル全体を返します。 Return an entire table, including all rows in the table.
74
行のグループごとに1つの値を返す関数のタイプを選択します(例-AVG、MAX、MIN)。 Select the type of function that returns one value per group of rows (for example - AVG, MAX, MIN)
Aggregate Function
75
スコープ付きURLの有効期限はどれくらいですか。 What is the expiration period of a Scoped URL?
永続化されたクエリ結果期間が終了すると、URLは期限切れになります。 The URL expires when the persisted query result period ends
76
Snowflakeは、JSON、Avro、Parquet、ORC、XMLなどの半構造化データをどのように格納しますか。 How does Snowflake store semi-structured data, such as JSON, Avro, Parquet, ORC, and XML?
Stores as VARIANT data type
77
Johnは、Snowpipe RESTエンドポイントを呼び出すことによって読み込みがトリガーされるPIPEを作成する必要があります。CREATE PIPEステートメントでは、どのパラメーターを指定する必要がありますか。 John has to create a PIPE that will be triggered for loading by calling the Snowpipe REST endpoints. What parameter does he need to specify in CREATE PIPE statement?
AUTO_INGEST = FALSE
78
非構造化データファイルにアクセスするためのFILE URLの生成に役立つ関数はどれですか。 Which of these functions helps generate the FILE URL to access the unstructured data file?
BUILD_STAGE_FILE_URL
79
Snowflakeは_______をサポートしています。 Snowflake supports _______
REST API for unstructured data
80
COPYINTOコマンドの状態を確認する方法を教えてください。(3を選択) Which methods can be used to check the status of a COPY INTO command? (Select 3)
Snowflakeユーザーインターフェイスの [クエリ履歴] タブを使用します。 Use the Query History tab in the Snowflake user interface., INFORMATION_SCHEMA.LOAD_HISTORYビューに対してSQLクエリを記述します。 Write a SQL query against the INFORMATION_SCHEMA.LOAD_HISTORY view., ACCOUNT_USAGE.LOAD_HISTORYビューに対してSQLクエリを記述します。 Write a SQL query against the ACCOUNT_USAGE.LOAD_HISTORY view.
81
Snowflakeでサポートされている圧縮方法はどれですか。(該当するものをすべて選択してください) Which of these compression methods are supported by Snowflake? (Select all that apply)
deflate, bzip2, Zstandard, raw_deflate, Brotli, gzip
82
半構造化データの 「オブジェクト」 とは何ですか? What is an "object" in semi-structured data?
キーと値のペアのコレクション Collection of key-value pairs
83
Directoryテーブルは、ステージされたファイルのカタログをクラウドストレージに格納する個別のデータベースオブジェクトです。(True/False) A Directory table is a separate database object that stores a catalog of staged files in cloud storage. (True/False)
FALSE
84
入力行のセット内の行のサブセットを操作できる関数のタイプを選択します。 Select the type of function that can operate on a subset of rows within the set of input rows.
Window Function
85
Snowflakeでサポートされているサンプリング方法はどれですか。(2を選択) Which of these Sampling methods does Snowflake support? (Select 2)
固定された指定された数の行をサンプリングする Sample a fixed, specified number of rows, 特定の行を含む確率を指定して、表の一部をサンプリングします。 Sample a fraction of the table with a specified probability of including a given row
86
John は、外部ステージから Snowflake にデータ ファイルをロードしたいと考えています。彼は大きなファイルを 100 ~ 250 MB の小さなデータ ファイルに分割し、合計 16 個の小さなデータ ファイルがあります。これらのデータ ファイルを迅速かつコスト効率よくロードするには、どのくらいのウェアハウス サイズを使用することをお勧めしますか? John wants to load data files from an external stage to Snowflake. He has split the large file into smaller 100 - 250 MB data files, and there is a total of 16 smaller data files. What warehouse size would you recommend him to use for loading these data files quickly and cost-effectively?
S
87
COPY INTOステートメントのVALIDATION_MODEオプションには、どのような値を指定できますか。 What are the possible values for the VALIDATION_MODE option in the COPY INTO <table> statement?
RETURN_ALL_ERRORS, RETURN_ERRORS, RETURN_<n>_ROWS
88
Snowflakeは、データセット内の個別値の概数を推定するためにどのアルゴリズムを使用しますか。 Which algorithm does Snowflake use to estimate the approximate number of distinct values in a data set?
HyperLogLog
89
ストアドプロシージャは、呼び出し元と所有者の両方の権限を同時に実行できます。(TRUE/FALSE) A stored procedure can run both the caller’s and the owner’s rights simultaneously. (TRUE / FALSE)
FALSE
90
非構造化データファイルにアクセスするためのスコープ付きURLの生成に役立つSQL関数はどれですか。 Which of these SQL functions helps generate the Scoped URL to access the unstructured data file?
BUILD_SCOPED_FILE_URL