APEX Session Quiz 3

APEX Session Quiz 3

1st Grade

15 Qs

quiz-placeholder

Similar activities

Escrow & RDL Issue Handling

Escrow & RDL Issue Handling

1st - 3rd Grade

12 Qs

TAXES

TAXES

1st - 3rd Grade

10 Qs

Quiz #1

Quiz #1

1st - 3rd Grade

15 Qs

Access Quiz

Access Quiz

KG - 10th Grade

20 Qs

Account Verification

Account Verification

1st - 3rd Grade

10 Qs

Exam for Administrative Officer II (HRMO)

Exam for Administrative Officer II (HRMO)

1st - 5th Grade

10 Qs

MANDIRI CASH MANAGEMENT-CUST SERVICE

MANDIRI CASH MANAGEMENT-CUST SERVICE

1st - 3rd Grade

15 Qs

APEX Sessions Quiz 7

APEX Sessions Quiz 7

1st Grade

10 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?