SQL-2

SQL-2

20 Qs

quiz-placeholder

Similar activities

2.2 SQL & Records

2.2 SQL & Records

KG - University

25 Qs

Solar System Test Review

Solar System Test Review

KG - University

17 Qs

UNIT 3 - Ratios and Rates Formative

UNIT 3 - Ratios and Rates Formative

KG - University

17 Qs

RL7 Mastery Check - La Casa y Los Muebles

RL7 Mastery Check - La Casa y Los Muebles

8th Grade

20 Qs

Consumer Ed Final Review

Consumer Ed Final Review

KG - University

18 Qs

AVID Midterm Exam Review

AVID Midterm Exam Review

9th - 12th Grade

25 Qs

Topic 5 part 1 Test Review

Topic 5 part 1 Test Review

9th Grade

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?