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