Which of the following is a collection of related data that is stored in a structured format? MCQ with Answer and Explanation

Which of the following is a collection of related data that is stored in a structured format?
A. DBMS
B. Information
C. Data warehouse
D. Database
Answer: Option D
Solution (By JKSSB Mock Tests)
A database is an organized collection of related data, typically stored electronically and accessed through a DBMS.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Database Management System (DBMS) Questions

Question #1
What is the primary difference between data and information?
A. Data is always structured, information is unstructured
B. There is no difference between data and information
C. Data refers to hardware, information to software
D. Data is raw facts, while information is processed data

Correct Answer: Option D


Explanation:
Data consists of raw, unprocessed facts, whereas information is data that has been processed and given meaning for decision-making.

This question belongs to: Computer Database Management System (DBMS)
Question #2
Which SQL command deletes all rows from a table without deleting the structural schema, cannot be rolled back easily in some systems, and does not fire delete triggers?
A. TRUNCATE
B. DROP
C. REMOVE
D. DELETE

Correct Answer: Option A


Explanation:
TRUNCATE is a DDL command that quickly removes all records from a table by deallocating the data pages, bypassing row-level logging and triggers while leaving the table structure intact.

This question belongs to: Computer Database Management System (DBMS)
Question #3
In DBMS, what is the role of a DBA?
A. Database Administrator who manages the database system
B. Dynamic Binary Analyzer
C. Database Application Builder
D. Data Backup Assistant

Correct Answer: Option A


Explanation:
The Database Administrator (DBA) is responsible for designing, implementing, maintaining, and securing the database.

This question belongs to: Computer Database Management System (DBMS)