Structured Query Language (SQL)

Structured Query Language (SQL)

2nd Grade

13 Qs

quiz-placeholder

Similar activities

Sains Komputer Tingkatan 5 - 3.2.7 Membina, mengemaskini

Sains Komputer Tingkatan 5 - 3.2.7 Membina, mengemaskini

KG - 12th Grade

8 Qs

kl2-obiekty

kl2-obiekty

1st - 6th Grade

12 Qs

Php Web

Php Web

2nd Grade

12 Qs

1st Monthly Examination in Computer Programming 3

1st Monthly Examination in Computer Programming 3

KG - 12th Grade

17 Qs

Conceptos de Bases de Datos

Conceptos de Bases de Datos

1st - 2nd Grade

10 Qs

Linux-2 Quiz 2 -- LAMP

Linux-2 Quiz 2 -- LAMP

1st - 12th Grade

15 Qs

Tipe Data

Tipe Data

2nd Grade

10 Qs

AZ-900 Modulo 2

AZ-900 Modulo 2

KG - Professional Development

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