DATABASE LEVEL 1

DATABASE LEVEL 1

University

15 Qs

quiz-placeholder

Similar activities

UAS Basis Data

UAS Basis Data

University

20 Qs

Troubleshoot

Troubleshoot

University

17 Qs

Basis Data dalam Rekam Medis

Basis Data dalam Rekam Medis

University

20 Qs

4. Databases

4. Databases

University

15 Qs

MIS Chapter 5

MIS Chapter 5

University

15 Qs

MYSQL COMMANDS

MYSQL COMMANDS

University

13 Qs

2 DBMS - Data and DBMS Basics

2 DBMS - Data and DBMS Basics

University

10 Qs

DATABASE LEVEL 1

DATABASE LEVEL 1

Assessment

Quiz

Other

University

Medium

Created by

Aymane Benhima

Used 11+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the acronym "RDBMS" stand for, and how does it differ from a regular database?

Relational Database Management System, stores data in tables with relationships

Random Database Management System, organizes data without any specific structure

Redundant Database Management System, duplicates data for backup purposes

Resourceful Database Management System, efficiently manages system resources

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write an SQL query to retrieve all the records from a table named "employees" where the salary is greater than $50,000.

SELECT * FROM employees WHERE salary > 50000;

GET * FROM employees IF salary > 50000;

RETRIEVE FROM employees WHERE salary > 50000;

SHOW employees HAVING salary > 50000;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a relational database, what is the purpose of a foreign key, and how does it relate to the concept of referential integrity?

A foreign key is used to establish a link between two tables, enforcing referential integrity by ensuring that values in one table's key match the values in another table.

A foreign key is used to encrypt sensitive data in a table, ensuring data security.

A foreign key is used to create a duplicate of a table, improving data redundancy.

A foreign key is used to sort data in a table, ensuring proper ordering.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of an Entity-Relationship Diagram (ERD) in the context of database design?

To represent the structure of a relational database using tables and columns.

To visualize the flow of data within a database system.

To illustrate the entities, relationships, and attributes in a database and their connections.

To optimize the performance of database queries.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an ERD, what is an "entity," and what is the role of "attributes" associated with an entity?

An entity represents a table, and attributes are the primary keys.

An entity represents a real-world object or concept, and attributes describe the properties of that entity.

An entity represents a relationship, and attributes are the foreign keys.

An entity represents a transaction, and attributes are the timestamps.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the main types of relationships that can be represented in an ERD, and how are they visually depicted?

Types: One-to-Many, Many-to-Many, One-to-One; Depicted using solid lines, dashed lines, and double lines, respectively.

Types: Parent-Child, Sibling, Cousin; Depicted using arrows, circles, and squares, respectively.

Types: Primary, Secondary, Tertiary; Depicted using different colors for each type.

Types: Direct, Indirect, Reverse; Depicted using straight lines, curved lines, and zigzag lines, respectively.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the SQL acronym stand for, and what is its primary purpose in the context of databases?

Structured Question Language; used for designing web pages.

System Query Language; used for system-level operations in an operating system.

Structured Query Language; used for managing and manipulating relational databases.

Sequential Query Language; used for processing data sequentially.

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?