SQL-2

SQL-2

20 Qs

quiz-placeholder

Similar activities

Forestry Tree ID Quiz 3

Forestry Tree ID Quiz 3

9th - 12th Grade

20 Qs

Tree ID Test 5

Tree ID Test 5

9th - 12th Grade

20 Qs

Speak Product Overview

Speak Product Overview

KG - University

17 Qs

SPB Trivia

SPB Trivia

KG

20 Qs

TANDING ULANG LOMBA SANDI - RENSCOUT 2024

TANDING ULANG LOMBA SANDI - RENSCOUT 2024

6th - 8th Grade

20 Qs

TLE 6-ICT/ENTREPRENEURSHIP-PRETEST

TLE 6-ICT/ENTREPRENEURSHIP-PRETEST

6th Grade

19 Qs

Pax Chapter 18

Pax Chapter 18

KG - University

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