APEX Session Quiz 3

APEX Session Quiz 3

Assessment

Assessment

Created by

M Salman

Professional Development

1st Grade

1 plays

Medium

Student preview

quiz-placeholder

15 questions

Show all answers

1.

MULTIPLE CHOICE

30 sec • 1 pt

What is SOQL?

2.

MULTIPLE CHOICE

30 sec • 1 pt

Is it possible to use multiple conditions in one SOQL statement?

3.

MULTIPLE CHOICE

30 sec • 1 pt

How to use multiple conditions in one SOQL statement?

4.

MULTIPLE CHOICE

30 sec • 1 pt

What is use of where clause in SOQL Statement?

5.

MULTIPLE CHOICE

30 sec • 1 pt

WHERE is the optional clause in SOQL statement.

6.

MULTIPLE CHOICE

30 sec • 1 pt

The correct syntax for LIMIT in SOQL statement is:

7.

MULTIPLE CHOICE

30 sec • 1 pt

SELECT Id,Name,Industry from Account where Industry NOT IN ('Transportation','Communication');

8.

MULTIPLE CHOICE

30 sec • 1 pt

SELECT Id,Name,Industry from Account where Industry IN ('Transportation','Communication');

9.

MULTIPLE CHOICE

30 sec • 1 pt

What will be the output of the following query?

Account acc = [Select id from Account limit 10];

10.

MULTIPLE CHOICE

30 sec • 1 pt

What will be the output of the following code?

string industry = 'Transportation';

List<Account> acclist = [Select id from Account where industry = industry];

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Professional Development