Amazon Web Services AWS Certified Data Engineer - Associate (DEA-C01) Data-Engineer-Associate Question # 12 Topic 2 Discussion

Amazon Web Services AWS Certified Data Engineer - Associate (DEA-C01) Data-Engineer-Associate Question # 12 Topic 2 Discussion

Data-Engineer-Associate Exam Topic 2 Question 12 Discussion:
Question #: 12
Topic #: 2

A company stores employee data in Amazon Redshift A table named Employee uses columns named Region ID, Department ID, and Role ID as a compound sort key. Which queries will MOST increase the speed of a query by using a compound sort key of the table? (Select TWO.)


A.

Select * from Employee where Region ID='North America';


B.

Select * from Employee where Region ID='North America' and Department ID=20;


C.

Select * from Employee where Department ID=20 and Region ID='North America';


D.

Select " from Employee where Role ID=50;


E.

Select * from Employee where Region ID='North America' and Role ID=50;


Get Premium Data-Engineer-Associate Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.