Advanced Database Management Systems Quality Assesment

Advanced Database Management Systems Quality Assesment

University

10 Qs

quiz-placeholder

Similar activities

Securing Your Identity: MFA Edition

Securing Your Identity: MFA Edition

University

15 Qs

GPU Programming

GPU Programming

University

10 Qs

Chapter 9

Chapter 9

University

9 Qs

GlusterFS

GlusterFS

University

9 Qs

PHP Tours Meetup #21 Les origines du REST

PHP Tours Meetup #21 Les origines du REST

University - Professional Development

9 Qs

TAC3121-Quiz 4

TAC3121-Quiz 4

University

10 Qs

Ecommerce Security

Ecommerce Security

University

10 Qs

Encryption

Encryption

University

12 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?