Week 6 Kahoot game

Week 6 Kahoot game

University

10 Qs

quiz-placeholder

Similar activities

Legacy System Quiz

Legacy System Quiz

University

9 Qs

CH09. Managing Project Quality

CH09. Managing Project Quality

University

7 Qs

REPASO 4 FDSW

REPASO 4 FDSW

University

10 Qs

MS Access Database

MS Access Database

KG - University

10 Qs

BASIS DATA KELAS C

BASIS DATA KELAS C

University

15 Qs

m8A8O5KmBRNtU/e3a6/hQgquxcbJsRTwA21upEZqvISTLfBR4p1O6djs9cdw40Bf

m8A8O5KmBRNtU/e3a6/hQgquxcbJsRTwA21upEZqvISTLfBR4p1O6djs9cdw40Bf

University

15 Qs

RDBMS

RDBMS

University

10 Qs

Regras de Negócios ( SOFTSHOP -4)

Regras de Negócios ( SOFTSHOP -4)

University

14 Qs

Week 6 Kahoot game

Week 6 Kahoot game

Assessment

Quiz

Computers

University

Medium

Created by

Iskander Lou

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid column alias?

Customer_Name

Customer Name

CustomerName

"Customer Name"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following WHERE clauses will return vendor names that start with a letter from A to D?

WHERE vendor_name <= E

WHERE vendor_name <= "E"

WHERE vendor_name <= "D"

WHERE vendor_name <= D

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

I want to query from the customers table and return all information about customers in DC. Which of the following queries would achieve this?

SELECT *

FROM customer

WHERE state = "DC"

SELECT *

FROM customers

WHERE state = DC

SELECT *

FROM cutsomers

WHERE state = "DC"

SELECT *

FROM customers

WHERE state = "DC"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If two tables have a one-to-many relationship, which table do you need to add a foreign key column to?

The table on the "one" side

The table on the "many" side

Could be either table

5.

WORD CLOUD QUESTION

45 sec • Ungraded

What's the best TV show ever? (ungraded question)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the normal forms resolves repeating or multi-valued columns?

The first NF

The second NF

The third NF

The fourth NF

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For a table in the second normal form, each non-primary key column in the table must...

Have a unique value

Have a non-null value

Depend on only one column that is part of the primary key of the given table

Depend on all columns that make up the primary key of the given table

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?