Structured Query Language (SQL)

Structured Query Language (SQL)

2nd Grade

13 Qs

quiz-placeholder

Similar activities

SQL (Part 1/2)

SQL (Part 1/2)

2nd Grade

8 Qs

Actividad LDD

Actividad LDD

1st - 9th Grade

11 Qs

SQL for not so Dummies

SQL for not so Dummies

2nd Grade

10 Qs

Ulangan Harian KD. 3.2 Layanan Komputasi Awan

Ulangan Harian KD. 3.2 Layanan Komputasi Awan

2nd Grade

10 Qs

SQL creación de tablas

SQL creación de tablas

2nd Grade

10 Qs

Q-DW02 Teradata Kuis

Q-DW02 Teradata Kuis

1st - 5th Grade

10 Qs

Evaluasi Database

Evaluasi Database

1st - 10th Grade

10 Qs

Base de datos

Base de datos

2nd Grade

13 Qs

Structured Query Language (SQL)

Structured Query Language (SQL)

Assessment

Quiz

Computers

2nd Grade

Medium

Created by

Frank Neubüser

Used 1+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to update existing records in a table?

CHANGE

MODIFY

UPDATE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can the result of a SELECT statement contain duplicate rows?

Yes

No

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a NULL value represent in SQL?

It is treated as a blank or zero

It is treated as a non-existent value

It is treated as a negative value

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In SQL, the truth value of (FALSE OR NULL) is...

TRUE

FALSE

NULL

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A relation may have multiple foreign keys.

Yes

No

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You’re creating a table for a pizza delivery app.

Which CHECK constraint makes the least sense?

CHECK (

pizza_size IN ('Small', 'Medium', 'Large'))

CHECK (

delivery_time > CURRENT_TIMESTAMP)

CHECK (

topping_count >= 0)

CHECK (price > 0)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about SQL joins?

An outer join returns only matching rows

An inner join returns the results of the outer join as well as the unmatched rows

A full outer join returns results of an inner join as well as the results of a left and right join

None of these 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?