DAA-C01 무료 덤프문제 온라인 액세스
| 시험코드: | DAA-C01 |
| 시험이름: | SnowPro Advanced: Data Analyst Certification Exam |
| 인증사: | Snowflake |
| 무료 덤프 문항수: | 67 |
| 업로드 날짜: | 2026-06-01 |
A Data Analyst creates and populates the following table:
create or replace table aggr(v int) as select * from values (1), (2), (3), (4); The Analyst then executes this query:
select percentile_disc(0.60) within group (order by v desc) from aggr;
What will be the result?
A Data Analyst needs to add address details based on a customer's latitude and longitude to a customer sales database. The Analyst found a free Worldwide Address Data listing on the Snowflake Marketplace. The ACCOUNTADMIN placed the data set into a new database called ADDRESS_DATA. The Data Analyst needs to join the ADDRESS_DATA.OPENADDRESS table with the ORDERS table which is stored in the GLOBAL_DWH database. The combined data set needs to be created as a view. How can this be achieved?
What option would allow a Data Analyst to efficiently estimate cardinality on a data set that contains trillions of rows?
