A company is planning on setting up an Azure SQL data warehouse. They want to setup different tables. The different tables have different requirements as stated below:
XYZ_sales `" Here the rows should be distributed in such a way that it offers high performance
XYZ_offers `" Here data should be available on all nodes to achieve better performance on table joins
XYZ_orders `" Here data should be loaded faster on the underlying table
Which of the following table type would you use for the table XYZ_orders?
Comments