Self Check
Drag the keywords (at right) to the appropriate description.
Where | The keyword defines an iteration. |
Order by | The keyword defines variable assignment. |
Return | The keyword defines a restriction. |
For | The keyword defines a sort order. |
Let | The keyword defines a return value. |
The correct answer is:
For | The keyword defines an iteration. |
Let | The keyword defines variable assignment. |
Where | The keyword defines a restriction. |
Order by | The keyword defines a sort order. |
Return | The keyword defines a return value. |