Using SELECT * in a Query Activity can cause which behavior regarding fields added after the query is saved?

Study for the Marketing Cloud Developers Certification Test with flashcards and multiple choice questions. Each question offers hints and explanations. Prepare effectively for your exam success!

Multiple Choice

Using SELECT * in a Query Activity can cause which behavior regarding fields added after the query is saved?

Explanation:
In a Query Activity, the fields that are selected are determined by what exists in the data extension at the moment you save the query. Using SELECT * captures a snapshot of those fields, so any new fields you add later aren’t included automatically. To include new fields, you’d need to edit the query and re-save (or explicitly list the fields you want in the SELECT). This behavior keeps the query stable across runs and avoids unexpected schema changes.

In a Query Activity, the fields that are selected are determined by what exists in the data extension at the moment you save the query. Using SELECT * captures a snapshot of those fields, so any new fields you add later aren’t included automatically. To include new fields, you’d need to edit the query and re-save (or explicitly list the fields you want in the SELECT). This behavior keeps the query stable across runs and avoids unexpected schema changes.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy