Structured Query Language (SQL)

Structured Query Language (SQL)

2nd Grade

13 Qs

quiz-placeholder

Similar activities

Bases de datos

Bases de datos

1st - 3rd Grade

10 Qs

Деректер базасы

Деректер базасы

1st - 5th Grade

10 Qs

ITFN Test 3

ITFN Test 3

KG - Professional Development

11 Qs

SQL вопросы

SQL вопросы

1st - 5th Grade

12 Qs

bazy danych1

bazy danych1

1st - 6th Grade

10 Qs

AV1/R1 3TEC_Banco de Dados - Chave Primária

AV1/R1 3TEC_Banco de Dados - Chave Primária

1st Grade - University

15 Qs

SQL (Part 1/2)

SQL (Part 1/2)

2nd Grade

8 Qs

Banco de Dados - SQL

Banco de Dados - SQL

2nd Grade

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