SQL-2

SQL-2

20 Qs

quiz-placeholder

Similar activities

Unit 2 Test - Consumer Skills

Unit 2 Test - Consumer Skills

KG - University

15 Qs

Functions Families/Regression/Piecewise Mini-Review

Functions Families/Regression/Piecewise Mini-Review

KG - University

15 Qs

Firewalls and encryption

Firewalls and encryption

KG - University

17 Qs

SPB Trivia

SPB Trivia

KG

20 Qs

Banking and Financial Literacy

Banking and Financial Literacy

12th Grade

15 Qs

Ser/Estar Quiz

Ser/Estar Quiz

KG - University

21 Qs

Device Configuration and Management Assessment

Device Configuration and Management Assessment

9th Grade

20 Qs

MID-TERM TEST 1

MID-TERM TEST 1

KG - University

17 Qs

SQL-2

SQL-2

Assessment

Quiz

others

Hard

Created by

Evelina Marcinkevičienė

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What 1F says?
a single cell must not hold more than one value (atomicity)
has no partial dependency. That is, all non-key attributes are fully dependent on a primary key.
there must be a primary key for identification
each column must have only one value for each row in the table

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many types of relationships between tables has SQL?
1
2
3
4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of relationship is schools and pupils?
one to one
one to many
many to many

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of relationship is cities and tourists?
one to one
one to many
many to many

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of relationship is cars and technicalInspection?
one to one
one to many
many to many

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

WHat type of relationship is movies and genres?
one to one
one to many
many to many

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How create table with foreign key?
CREATE TABLE persons(person_id int, name varchar(30), lastname varchar(50), card_id int, FOREIGN KEY card_id REFERENCES cards(card_id);
CREATE TABLE persons(person_id int, name varchar(30), lastname varchar(50), FOREIGN KEY (card_id) REFERENCES cards(card_id);
CREATE TABLE persons(person_id int, name varchar(30), lastname varchar(50), card_id int, FOREIGN KEY (card_id) REFERENCES cards(card_id);
CREATE TABLE persons(person_id int, name varchar(30), lastname varchar(50), card_id int FOREIGN KEY (card_id) REFERENCES cards;

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?