ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 45 - AD01 discussion

Report
Export

What is the syntax for using a collection field in an expression?

A.
Like this MyCollection(MyField)
Answers
A.
Like this MyCollection(MyField)
B.
Like this MyCollection[MyField]
Answers
B.
Like this MyCollection[MyField]
C.
Like this [MyCollection[MyField]]
Answers
C.
Like this [MyCollection[MyField]]
D.
Like this MyCollection.MyField
Answers
D.
Like this MyCollection.MyField
E.
Like this [MyCollection.MyField]
Answers
E.
Like this [MyCollection.MyField]
Suggested answer: E

Explanation:

Reason: collection name or data type should always pass in square braces. And if you want to pass any column from the collection than use it as a dot notation after the collection name in the same braces. (You can check this in foundation course or by doing practically)

asked 16/09/2024
Elizabeth Holland
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first