DBMS QUIZZ

DBMS QUIZZ

University

15 Qs

quiz-placeholder

Similar activities

Cipher Quest Round 1&2 Combined Set 1

Cipher Quest Round 1&2 Combined Set 1

University

20 Qs

Understanding Java and SQL Concepts

Understanding Java and SQL Concepts

University

10 Qs

Pre-Final Exam in Computer Security

Pre-Final Exam in Computer Security

University

10 Qs

SE CT3 QUIZ

SE CT3 QUIZ

University

20 Qs

Web3 and Blockchain Challenge

Web3 and Blockchain Challenge

University

15 Qs

DBMS CA1-2025-26

DBMS CA1-2025-26

University

20 Qs

Understanding NoSQL Databases

Understanding NoSQL Databases

University

20 Qs

COA-Introduction-Assessment

COA-Introduction-Assessment

University

10 Qs

DBMS QUIZZ

DBMS QUIZZ

Assessment

Quiz

Engineering

University

Medium

Created by

Khaleel S

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of normalization in a database?

The purpose of normalization is to reduce data redundancy and improve data integrity.

To enhance the visual design of the database interface.

To simplify database queries by merging tables.

To increase data duplication for faster access.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define the first normal form (1NF).

A table is in first normal form (1NF) if it contains only atomic values and each record is unique.

A table is in first normal form (1NF) if it has multiple values in a single column.

A table is in first normal form (1NF) if it allows duplicate records.

A table is in first normal form (1NF) if it contains non-atomic values.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the characteristics of the second normal form (2NF)?

A table is in 2NF if it is in 1NF and all non-key attributes are fully functionally dependent on the primary key.

A table is in 2NF if all attributes are dependent on a single non-key attribute.

A table is in 2NF if it contains at least one foreign key.

A table is in 2NF if it has no duplicate rows.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the third normal form (3NF) and its importance.

3NF requires all attributes to be dependent on multiple keys.

3NF allows duplicate data to exist in a database.

3NF is primarily concerned with indexing and query performance.

The third normal form (3NF) eliminates transitive dependencies, ensuring that all non-key attributes are only dependent on the primary key, which reduces redundancy and enhances data integrity.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a transaction in the context of a database?

A transaction is a method for deleting data from a database.

A transaction is a sequence of operations treated as a single unit of work in a database.

A transaction is a backup of the database.

A transaction is a type of database query.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List the ACID properties of a transaction.

Atomicity, Consistency, Integrity, Reliability

Atomicity, Consistency, Isolation, Durability

Accuracy, Clarity, Simplicity, Flexibility

Isolation, Durability, Stability, Availability

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does atomicity affect transactions?

Atomicity allows partial transactions to be committed.

Atomicity increases the speed of transaction processing.

Atomicity guarantees that transactions are all-or-nothing, preserving data consistency.

Atomicity requires transactions to be executed in sequence.

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?