APEX Session Quiz 3

APEX Session Quiz 3

1st Grade

15 Qs

quiz-placeholder

Similar activities

New APEX Sessions Quiz 6

New APEX Sessions Quiz 6

1st Grade

14 Qs

Lab exercises User-ID

Lab exercises User-ID

1st - 3rd Grade

12 Qs

OneDrive for New Teacher Support

OneDrive for New Teacher Support

KG - 12th Grade

11 Qs

Fixed Voice & VAS

Fixed Voice & VAS

1st Grade

10 Qs

Post Test Materi PPK & Product Knowledge

Post Test Materi PPK & Product Knowledge

1st - 10th Grade

15 Qs

Product Hangout: PH Account Activation & Channel Activation

Product Hangout: PH Account Activation & Channel Activation

1st Grade

10 Qs

Payment process Quizz

Payment process Quizz

1st - 2nd Grade

10 Qs

simulasi senin 1

simulasi senin 1

KG - Professional Development

20 Qs

APEX Session Quiz 3

APEX Session Quiz 3

Assessment

Quiz

Professional Development

1st Grade

Medium

Created by

M Salman

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is SOQL?

SOQL is the Salesforce Object Query Language. It is used to query data from Salesforce objects.

SOQL Structured Query Language. SQL is used to communicate with a database.

It is used to insert,update and delete data into Salesforce objects.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Yes

No

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to use multiple conditions in one SOQL statement?

By using logical operators (AND , OR)

By using Airthmatic operators (+,-,*)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is use of where clause in SOQL Statement?

Use the WHERE keyword to filter the records.

Use the WHERE keyword to select fields from the database.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

WHERE is the optional clause in SOQL statement.

TRUE

FALSE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct syntax for LIMIT in SOQL statement is:

Select Id from Account Limit 10 where Id !=null

Select Id from Account where Id !=null limit

Select Id from Account where Id !=null limit 10

None of them

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

The records that do not match the values specified are returned.

The records that match the values specified are returned.

All the records in account object will be returned.

Nothing

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?