Which System Function can be used by Data engineer to verify whether a stream contains changed data for a table?

Tasks may optionally use table streams to provide a convenient way to continuously process new or changed data. A task can transform new or changed rows that a stream surfaces. Each time a task is scheduled to run, it can verify whether a stream contains change data for a table...

October 10, 2023 No Comments READ MORE +

Which option he can choose to remove these files either during data loading or afterwards?

To help manage STAGE storage costs, Data engineer recommended to monitor stage files and re-move them from the stages once the data has been loaded and the files which are no longer needed. Which option he can choose to remove these files either during data loading or afterwards?A . He...

October 10, 2023 No Comments READ MORE +

Which System Function can be used by Data engineer to verify whether a stream contains changed data for a table?

Tasks may optionally use table streams to provide a convenient way to continuously process new or changed data. A task can transform new or changed rows that a stream surfaces. Each time a task is scheduled to run, it can verify whether a stream contains change data for a table...

October 10, 2023 No Comments READ MORE +

Which option he can choose to remove these files either during data loading or afterwards?

To help manage STAGE storage costs, Data engineer recommended to monitor stage files and re-move them from the stages once the data has been loaded and the files which are no longer needed. Which option he can choose to remove these files either during data loading or afterwards?A . He...

October 10, 2023 No Comments READ MORE +

Does High average_overlaps indicates well organized Clustering?

SYSTEM$CLUSTERING_INFORMATION functions returns clustering information, including average clustering depth, for a table based on one or more columns in the table. The function returns a JSON object containing average_overlaps name/value pairs. Does High average_overlaps indicates well organized Clustering?A . YESB . NOView AnswerAnswer: B Explanation: Higher the avg_overlap indicates poorly...

October 10, 2023 No Comments READ MORE +

print(cur.sfqid)

print(cur.sfqid) B. When he used the Snowflake Connector for Python to execute a query, he can access the query ID through the pyqueryid attribute in the Cursor object. C. He needs to query history views to get the queryID as best practices. D. Using python connector, snowflake does not support...

October 10, 2023 No Comments READ MORE +

John, Data Engineer, do have technical requirements to refresh the External tables Metadata periodically or in auto mode, which approach John can take to meet this technical specification?

John, Data Engineer, do have technical requirements to refresh the External tables Metadata periodically or in auto mode, which approach John can take to meet this technical specification?A . John can use AUTO_REFRESH parameter if the underlying External Cloud host sup-ports this for External tables.B . He can create a...

October 10, 2023 No Comments READ MORE +

Which option he can choose to remove these files either during data loading or afterwards?

To help manage STAGE storage costs, Data engineer recommended to monitor stage files and re-move them from the stages once the data has been loaded and the files which are no longer needed. Which option he can choose to remove these files either during data loading or afterwards?A . He...

October 10, 2023 No Comments READ MORE +

If a row is added and then updated in the cur-rent offset, what will be the value of METADATA$ISUPDATE Columns in this scenario?

Streams record the differences between two offsets. If a row is added and then updated in the cur-rent offset, what will be the value of METADATA$ISUPDATE Columns in this scenario?A . TRUEB . FALSEC . UPDATED . INSERTView AnswerAnswer: B Explanation: Stream Columns A stream stores an offset for the...

October 10, 2023 No Comments READ MORE +

The Above example indicates that the SF_DATA table is not well-clustered for which of following valid reasons?

The Above example indicates that the SF_DATA table is not well-clustered for which of following valid reasons?A . Zero (0) constant micro-partitions out of 1156 total micro-partitions.B . High average of overlapping micro-partitions.C . High average of overlap depth across micro-partitions.D . Most of the micro-partitions are grouped at the...

October 10, 2023 No Comments READ MORE +