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

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

Data-Engineer-Associate Exam Topic 6 Question 52 Discussion:
Question #: 52
Topic #: 6

A company has a data warehouse that contains a table that is named Sales. The company stores the table in Amazon Redshift The table includes a column that is named city_name. The company wants to query the table to find all rows that have a city_name that starts with "San" or "El."

Which SQL query will meet this requirement?


A.

Select * from Sales where city_name - '$(San|EI)";


B.

Select * from Sales where city_name -, ^(San|EI) *';


C.

Select * from Sales where city_name - '$(San&EI)";


D.

Select * from Sales where city_name -, ^(San&EI)";


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.