DBMS LAB

DBMS LAB

University

20 Qs

quiz-placeholder

Similar activities

6INFOMAN (Recitation)

6INFOMAN (Recitation)

University - Professional Development

20 Qs

Database Design & Development 2

Database Design & Development 2

University

20 Qs

Introduction to Database

Introduction to Database

University

18 Qs

Kunci kekalahan

Kunci kekalahan

University

20 Qs

UTS Basis Data II - ITM

UTS Basis Data II - ITM

University

15 Qs

6INFOMAN - (Class Participation)

6INFOMAN - (Class Participation)

University

20 Qs

DBTHON-23 Round-1

DBTHON-23 Round-1

University

20 Qs

DBMS

DBMS

University

20 Qs

DBMS LAB

DBMS LAB

Assessment

Quiz

Computers

University

Hard

Created by

Rinchen Tso

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is normalization in DBMS?

Normalization in DBMS is the process of combining large tables into a single table

Normalization in DBMS is the process of adding redundancy to the database

Normalization in DBMS is the process of randomly organizing data in a database

Normalization in DBMS is the process of organizing a database to reduce redundancy and dependency by dividing large tables into smaller ones and defining relationships between them.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are transactions in DBMS?

Transactions in DBMS are used for sorting data

Transactions in DBMS are only applicable to read operations

Transactions in DBMS are a set of operations that are executed as a single unit of work, ensuring data consistency and integrity.

Transactions in DBMS are a type of data backup process

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Discuss the ACID properties of transactions.

Atomicity, Consistency, Isolation, and Durability

Atomicity, Availability, Isolation, Durability

Atomicity, Consistency, Isolation, Reliability

Atomicity, Consistency, Integrity, Durability

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is concurrency control in DBMS?

Concurrency control in DBMS is the process of managing the physical storage of data.

Concurrency control in DBMS is the process of managing simultaneous access to the database by multiple users to ensure data consistency and integrity.

Concurrency control in DBMS is primarily focused on data retrieval speed.

Concurrency control in DBMS is only relevant for single-user databases.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Describe the concept of deadlock in concurrency control.

Deadlock occurs when processes share resources without any conflicts.

Deadlock is a state where each process in a set of processes is waiting for a resource acquired by another process in the set.

Deadlock is a state where processes are executed sequentially instead of concurrently.

Deadlock is a situation where processes terminate successfully without any issues.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are some common MySQL commands for database management?

CREATE DATABASE, DROP DATABASE, USE DATABASE, SHOW DATABASES, CREATE TABLE, DROP TABLE, ALTER TABLE, INSERT INTO, SELECT, UPDATE, DELETE

CREATE COLUMN

DISPLAY DATABASE

REMOVE TABLE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a new database in MySQL?

CREATE TABLE database_name;

CREATE DATABASE database_name;

ADD DATABASE database_name;

INSERT INTO database_name;

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?