Query Quest - Internal

Query Quest - Internal

26 Qs

quiz-placeholder

Similar activities

The End of the Cold War

The End of the Cold War

11th Grade

25 Qs

Agriscience Final Exam

Agriscience Final Exam

KG - University

25 Qs

Speak Product Overview

Speak Product Overview

KG - University

22 Qs

Electricity Review

Electricity Review

5th Grade

22 Qs

2022 - 2023 Enzyme Kahoot (K)

2022 - 2023 Enzyme Kahoot (K)

KG - University

24 Qs

Speak Applications

Speak Applications

KG - University

22 Qs

Tekie Digital Learning Hub

Tekie Digital Learning Hub

KG - University

22 Qs

Food Chains & Webs

Food Chains & Webs

6th - 8th Grade

21 Qs

Query Quest - Internal

Query Quest - Internal

Assessment

Quiz

others

Hard

Created by

Poovitha S

FREE Resource

26 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • Ungraded

TEAM NAME

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is correct to display all the cities with the condition, temperature, and humidity whose humidity is in the range of 60 to 75 from the 'whether' table?
SELECT * FROM weather WHERE humidity IN (60 to 75)
SELECT * FROM weather WHERE humidity BETWEEN 60 AND 75
SELECT * FROM weather WHERE humidity NOT IN (60 AND 75)
SELECT * FROM weather WHERE humidity NOT BETWEEN 60 AND 75

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to concatenate strings in SQL?
| |
+
&
CONCAT

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a table has been normalized so that all determinants are candidate keys, then that table is in
1NF
2NF
3NF
BCNF

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following places the common data elements in order from smallest to largest?
character, field, record, file, database
bit, byte, character, record, field, file, database
character, record, field, database, file
character, file, record, field, database

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a functional dependency?
A → B means that for each value of A, there is exactly one value of B.
A → B means that for each value of A, there can be multiple values of B.
A → B means that B is a primary key.
A → B means that A and B are both foreign keys.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a common method for achieving concurrency control?
Two-Phase Locking (2PL)
Data Redundancy
Normalization
Denormalization

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?