Knowledge check

Completed
1.

In which of the following table types should an insurance company store details of customer attributes by which claims will be aggregated?

2.

You create a dimension table for product data, assigning a unique numeric key for each row in a column named ProductKey. The ProductKey is only defined in the data warehouse. What kind of key is ProductKey?

3.

What distribution option would be best for a sales fact table that will contain billions of records?

4.

You need to write a query to return the total of the UnitsProduced numeric measure in the FactProduction table aggregated by the ProductName attribute in the FactProduct table. Both tables include a ProductKey surrogate key field. What should you do?

5.

You use the RANK function in a query to rank customers in order of the number of purchases they have made. Five customers have made the same number of purchases and are all ranked equally as 1. What rank will the customer with the next highest number of purchases be assigned?

6.

You need to compare approximate production volumes by product while optimizing query response time. Which function should you use?