dbms 3

dbms 3

University

10 Qs

quiz-placeholder

Similar activities

DBC CHAPTER 2 - REVISION

DBC CHAPTER 2 - REVISION

University

15 Qs

EXERCISE_RELATIONALDATABASE

EXERCISE_RELATIONALDATABASE

University

10 Qs

DBSD Lecture 1-3

DBSD Lecture 1-3

University

13 Qs

ICT501

ICT501

University

9 Qs

Q6 - Info Mgt

Q6 - Info Mgt

University

10 Qs

Database Concepts Quiz

Database Concepts Quiz

University

15 Qs

Database Management System

Database Management System

University

9 Qs

Database Design Theory

Database Design Theory

University

12 Qs

dbms 3

dbms 3

Assessment

Quiz

Computers

University

Medium

Created by

Prateek Soni

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

.  A large e-commerce platform needs to support concurrent access by thousands of users, handle complex product catalogs, and provide real-time inventory updates.

Which system would be more suitable, a database system or a file system?

Database System

File System

Both can handle it equally well

It depends on the e-commerce platform's website design

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have two tables: "Employees" and "Departments." The "Employees" table has 500 records, and the "Departments" table has 10 records. You create a VIEW called "EmployeeDetails" to display the names and departments of all employees.

How many records will the "EmployeeDetails" VIEW have?

500

10

510

It depends on the number of employees in each department.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

3.  ______________ is a set of one or more attributes taken collectively to uniquely identify a record.

Primay key

Foreign key

Super key

Candidate key

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A hospital database manages patient records. Patients can be categorized into inpatients and outpatients. Inpatients have additional attributes such as room number and admission date. Which database modeling concept represents this situation?

Aggregation

Specialization

Generalization

Indexing

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Find the minimum number of tables required to represent the given ER diagram in relational model-

5

7

8

3

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are working on a database for an e-commerce website. You have tables for 'Customers' and 'Orders.' Each order is associated with a customer. What type of relationship is this, and how would you implement it?

In the e-commerce database scenario, what type of relationship exists between the 'Customers' and 'Orders' tables, and how would you implement it with foreign keys?

One-to-One, using a foreign key in the 'Customers' table referencing 'Orders'

One-to-Many, using a foreign key in the 'Orders' table referencing 'Customers'

Many-to-Many, using a foreign key in both 'Customers' and 'Orders' tables

No relationship needed in this scenario

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which attribute(s) can serve as a candidate key for the "Products" table?

Serial Number

Manufacturer Product Code

Both Serial Number and Manufacturer Product Code

Neither Serial Number nor Manufacturer Product Code

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?