List of questions
Related questions
Question 125 - DEA-C01 discussion
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;
Your answer:
0 comments
Sorted by
Leave a comment first