Relational database

Relational database

University

12 Qs

quiz-placeholder

Similar activities

Quiz 4: MySQL Database

Quiz 4: MySQL Database

University

10 Qs

RDBMS-SQL

RDBMS-SQL

University

10 Qs

7.7 Software Security Review

7.7 Software Security Review

8th Grade - University

15 Qs

DB Trend

DB Trend

University

14 Qs

Pengenalan Dasar Basis Data

Pengenalan Dasar Basis Data

University

15 Qs

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

UAS Pemrograman Web

UAS Pemrograman Web

University

11 Qs

Database Introduction 3

Database Introduction 3

University

15 Qs

Relational database

Relational database

Assessment

Quiz

Computers

University

Medium

Used 258+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Is the Entity Relationship Model used to make a Conceptual Database Model?
Yes
No

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is E-R model used for?
To extract content  from the database
To design and visualize database
To create a graphical user interface

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should a primary key contain?
A lot of different values
A null value
An unique value

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to begin your SQL query if you want to displays data that is stored in a specific table?
COLLECT
COMBINE
SELECT
CHOOSE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the expected output from following SQL Query:
SELECT title
FROM videogames
WHERE title LIKE  '%2'
It will only show video games which contains the character 2 somewhere in the title
It will only show  videogames which begins with the character 2 in the title
It will only show videogames which ends with the character 2 in the title

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is it possible to have dublicated foreign keys in a helping table?
YES
NO

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a relational database?
A relational database organizes data into tables, and links them together, based on key-fields. These relationships enable you to retrieve and combine data from one or more tables with a single query
A relational database arranges data into a tree structure, which is similar to folders and files on a computer. 

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?