Closure

Closure

University

25 Qs

quiz-placeholder

Similar activities

Python Programming Basics 1

Python Programming Basics 1

University

25 Qs

GI Switch & IP Fabric  Day 2 sharing Session

GI Switch & IP Fabric Day 2 sharing Session

University

20 Qs

Programming in C(1)

Programming in C(1)

University

20 Qs

C Programming Quiz

C Programming Quiz

12th Grade - University

20 Qs

IP Address

IP Address

University

20 Qs

CodeFlix

CodeFlix

University

20 Qs

My SQL- DDL

My SQL- DDL

11th Grade - Professional Development

20 Qs

ip address

ip address

1st Grade - 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?