Advanced Database Management Systems Quality Assesment

Advanced Database Management Systems Quality Assesment

University

10 Qs

quiz-placeholder

Similar activities

DBMS Day 2

DBMS Day 2

University

15 Qs

Q8 - Ent. Sys

Q8 - Ent. Sys

University

10 Qs

DBS Lab 3 Quiz

DBS Lab 3 Quiz

University

8 Qs

DBMS_Quiz_1

DBMS_Quiz_1

University

15 Qs

ISAC Weekly Quiz 8 (C & DBMS)

ISAC Weekly Quiz 8 (C & DBMS)

University

10 Qs

Database Quizz

Database Quizz

University

10 Qs

DWDM Quiz 1

DWDM Quiz 1

University

10 Qs

DATABASE

DATABASE

University

15 Qs

Advanced Database Management Systems Quality Assesment

Advanced Database Management Systems Quality Assesment

Assessment

Quiz

Computers

University

Medium

Created by

Ebenezer Jangam

Used 7+ times

FREE Resource

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

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?