Closure

Closure

University

25 Qs

quiz-placeholder

Similar activities

Fundamentals of data Structures & Linked list

Fundamentals of data Structures & Linked list

University

20 Qs

C Quest 2.0

C Quest 2.0

University

20 Qs

OPC MCQ's

OPC MCQ's

12th Grade - University

20 Qs

UAS SISTEM BASIS DATA

UAS SISTEM BASIS DATA

University

20 Qs

Debugging

Debugging

University

20 Qs

Computer Science Debug

Computer Science Debug

University

20 Qs

Computer Architecture

Computer Architecture

University

20 Qs

UNIT1-PYTHON

UNIT1-PYTHON

University

20 Qs

Closure

Closure

Assessment

Quiz

Computers

University

Medium

Created by

Alok Kumar

Used 7+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of anomaly occurs when adding new data to a database causes unintended changes to existing data?

   A) Insertion anomaly 

   B) Deletion anomaly 

   C) Update anomaly 

   D) Redundancy anomaly

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which normal form is designed to eliminate insertion, deletion, and update anomalies?

A) First Normal Form (1NF) 

   B) Second Normal Form (2NF) 

   C) Third Normal Form (3NF) 

   D) Boyce-Codd Normal Form (BCNF) 

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A university database contains a relation `StudentCourses` with attributes `(StudentID, CourseID, Grade)`. The database administrator notices that when a student drops a course, it leads to deletion anomalies where the student's record is completely removed. Which type of anomaly is observed in this scenario?

   A) Insertion anomaly 

B) Deletion anomaly 

C) Update anomaly 

   D) Dependency anomaly

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An e-commerce database maintains a relation `OrderDetails` with attributes `(OrderID, ProductID, Quantity)`. When a product's quantity changes, the database administrator notices that updating this information requires modifying multiple records, leading to inconsistencies. Which type of anomaly is evident here?

   A) Insertion anomaly 

   B) Deletion anomaly 

C) Update anomaly 

   D) Dependency anomaly

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a manufacturing database, a relation `ProductInventory` has attributes `(ProductID, WarehouseID, Quantity)`. The database designer realizes that adding a new product to the inventory without assigning it to any warehouse is not allowed due to missing warehouse ID. Which type of anomaly is being prevented in this case?

   A) Insertion anomaly 

   B) Deletion anomaly 

   C) Update anomaly 

   D) Dependency anomaly

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A database system uses a relation `EmployeeSalary` with attributes `(EmployeeID, Salary)`. The database administrator notices that updating an employee's salary in multiple records every year is cumbersome and error-prone. Which type of anomaly is associated with this scenario?

   A) Insertion anomaly 

   B) Deletion anomaly 

   C) Update anomaly 

   D) Dependency anomaly

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A library database maintains a relation `BookLoans` with attributes `(BookID, MemberID, DueDate)`. When a member returns a book, the database administrator observes that deleting the corresponding record affects the book and member details. Which type of anomaly is evident here?

    A) Insertion anomaly 

    B) Deletion anomaly 

    C) Update anomaly 

    D) Dependency anomaly

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?