Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Exam Marketing Cloud Developer Topic 2 Question 63 Discussion

Actual exam question for Salesforce's Marketing Cloud Developer exam
Question #: 63
Topic #: 2
[All Marketing Cloud Developer Questions]

A data extension contains two fields which are being populated by a query activity. A third field has recently been added to the data extension.

Which SELECT statement is optimal for returning all of the columns in the data extension?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Janna
7 days ago
C) SELECT* looks like the most straightforward option to me. Why bother with all the field names when you can just grab everything?
upvoted 0 times
...
Bev
12 days ago
I'm pretty sure the optimal solution is B) SELECT *, field1, field2, field3. The question clearly states that there are three fields, so we need to include all of them in the SELECT statement.
upvoted 0 times
Shelton
1 days ago
I think you're right, B) SELECT *, field1, field2, field3 should include all the fields.
upvoted 0 times
...
...
Lucina
28 days ago
But wouldn't selecting all fields with *, like in option B, be more efficient?
upvoted 0 times
...
Meaghan
1 months ago
I disagree, I believe the correct answer is D) SELECT 22SE, field2, field3.
upvoted 0 times
...
Lucina
1 months ago
I think the optimal SELECT statement is B) SELECT *, field1, field2, field3.
upvoted 0 times
...

Save Cancel