Home » Amazon Marketing Cloud » You can use a _________ filter to limit your query results based on one or more conditions.

You can use a _________ filter to limit your query results based on one or more conditions.

  • FROM
  • WHERE
  • SELECT

The correct answer is: WHERE

Explanation: You can use a WHERE filter to limit your query results based on one or more conditions in AMC SQL.

Reference content: From the official Amazon documentation for AMC SQL – WHERE Clause:

“The WHERE clause is used to filter records in a query according to one or more conditions.”

For example:

SELECT * FROM <table> WHERE <condition>;

N/A

Leave a Comment