DBMS Theory and Query Questions

DBMS Theory and Query Questions

University

10 Qs

quiz-placeholder

Similar activities

Computers-DBMS

Computers-DBMS

University

8 Qs

DBMS

DBMS

University

15 Qs

DBMS

DBMS

University

10 Qs

INTRODUCTION TO DATABASE SYSTEM

INTRODUCTION TO DATABASE SYSTEM

University

10 Qs

DBMS - Concurrency Control

DBMS - Concurrency Control

University

10 Qs

Normalization

Normalization

University

12 Qs

Q2 - Info. Mgt

Q2 - Info. Mgt

University

10 Qs

DBMS concepts (Medium)

DBMS concepts (Medium)

University

10 Qs

DBMS Theory and Query Questions

DBMS Theory and Query Questions

Assessment

Quiz

Computers

University

Hard

Created by

Gagan S K

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a characteristic of a DBMS?

Data Redundancy Control

Data Security and Integrity

Data Visualization

Concurrent Access Management

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of a Transaction Log in DBMS?

To store a backup of the database

To maintain a history of all queries

To ensure recoverability in case of failure

To optimize query execution

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about a primary key?

It can have duplicate values

It uniquely identifies a record

It can be null

It is used for defining relationships only

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In DBMS, which of the following is an ACID property of a transaction?

Abstraction

Consistency

Incrementality

Dependency

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a foreign key represent in a relational database?

A unique identifier for each table

A link between two tables

The main index of a table

A duplicate entry in a table

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you find the total number of rows in a table?

SELECT COUNT(*) FROM table;

SELECT TOTAL FROM table;

SELECT SUM(*) FROM table;

SELECT NUMBER(*) FROM table;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a DBMS?

MySQL

Microsoft Excel

Notepad

Python

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?