Search Header Logo

Advanced Database Management Systems Quality Assesment

Authored by Ebenezer Jangam

Computers

University

Used 7+ times

Advanced Database Management Systems Quality Assesment
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The given Query can also be replaced with_______:

SELECT name, course_id FROM instructor, teaches WHERE instructor_ID= teaches_ID;

Select name,course_id from teaches,instructor where instructor_ID=course_ID;

Select name, course_id from instructor natural join teaches;

Select name, course_id from instructor;

Select course_id from instructor join teaches;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List different types of distributed data DBMS architectures

The different types of distributed database architectures include client-server architecture, peer-to-peer architecture, and multi-tier architecture.

Relational architecture, NoSQL architecture, Object-oriented architecture

Single-tier architecture, Two-tier architecture, Three-tier architecture

Centralized architecture, Decentralized architecture, Hybrid architecture

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A deadlock exists in the system if and only if the wait-for graph contains a ___________.

Cycle

Direction

Bi-direction

Rotation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the procedure for acquiring the necessary locks for a transaction where all necessary locks are acquired before any are released?

Record controller

Exclusive lock

Authorization rule

Two phase lock

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Identify the query that deletes all tuples in the instructor relation for those instructors associated with a department located in the Watson building which is in department relation?

DELETE FROM instructor WHERE dept_name IN 'Watson';

DELETE FROM department WHERE building='Watson';

DELETE FROM instructor WHERE dept_name IN (SELECT dept name FROM department WHERE building = ’Watson’);

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the major advantage of horizontal fragmentation in distributed databases?

Increased data availability

Improved query performance

Reduced network traffic

Enhanced data security

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the encryption type that uses the same key for both encryption and decryption.

Asymmetric encryption

Symmetric encryption

Public-key encryption

Hashing

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?