SQL Logical Operators and Conditions

SQL Logical Operators and Conditions

Assessment

Interactive Video

Computers

9th - 10th Grade

Easy

Created by

NORHAZLINA Moe

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are logical operators also known as?

Arithmetic operators

Boolean operators

Comparison operators

Assignment operators

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary function of the OR operator?

To combine two criteria P and Q, returning a Boolean expression P OR Q.

To return a TRUE Boolean value only if both criteria P and Q are TRUE.

To negate a single criterion.

To perform mathematical calculations between two values.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the OR operator typically used in an SQL statement to combine multiple criteria or conditions?

In the SELECT clause.

In the FROM clause.

In the WHERE clause.

In the ORDER BY clause.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the OR operator's truth table, when will the Boolean value be FALSE?

When both P and Q are TRUE.

When P is TRUE and Q is FALSE.

When P is FALSE and Q is TRUE.

When both P and Q are FALSE.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax for using the OR operator in an SQL SELECT statement?

SELECT attribute FROM table WHERE criteria1 AND criteria2;

SELECT attribute FROM table OR criteria1 criteria2;

SELECT attribute FROM table WHERE criteria1 OR criteria2;

SELECT attribute FROM table JOIN criteria1 OR criteria2;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Based on the provided table and the SQL query `SELECT ID_Murid, Nama_Murid, Jantina, Kaum FROM MURID WHERE Jantina = "PEREMPUAN" OR Kaum = "MELAYU";`, which student record would NOT be selected?

SM101 Damia Zahraa Binti Rahim

SM103 Denish Raimi Bin Zainal

SM104 Tan Xue Lieh

SM105 Jessica Heng Mui Mui

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using the OR operator in an SQL WHERE clause, under what condition will a record be returned?

Only if all specified criteria are true.

If at least one of the specified criteria is true.

If none of the specified criteria are true.

Only if the first specified criterion is true.

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?