0% found this document useful (0 votes)
6 views2 pages

Quiz

quiz

Uploaded by

srikanthraja29
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Quiz

quiz

Uploaded by

srikanthraja29
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Quiz: Database Management System (DBMS)

1. What does DBMS stand for?

• A) Database Management Service


• B) Data Backup Management System
• C) Database Management System
• D) Data Binding Management System
• Answer: C) Database Management System

2. Which of the following is NOT a type of database?

• A) Hierarchical
• B) Network
• C) Relational
• D) Organizational
• Answer: D) Organizational

3. Which language is used to query and update data in a relational database?

• A) HTML
• B) SQL
• C) CSS
• D) JavaScript
• Answer: B) SQL

4. Which of the following is a key advantage of using a DBMS?

• A) Reduced data redundancy


• B) Slower data retrieval
• C) Increased data isolation
• D) Increased data inconsistency
• Answer: A) Reduced data redundancy

5. A primary key in a database is used to:

• A) Store large amounts of data


• B) Uniquely identify each record
• C) Relate tables to one another
• D) Encrypt data
• Answer: B) Uniquely identify each record

6. Which of the following commands is used to add a new row to a table in SQL?

• A) ADD
• B) INSERT
• C) UPDATE
• D) DELETE
• Answer: B) INSERT
7. The entity integrity rule states that:

• A) Each table must have a primary key


• B) Foreign keys cannot contain NULL values
• C) Each column in a table should be unique
• D) Data should be encrypted
• Answer: A) Each table must have a primary key

8. What is normalization in DBMS?

• A) Deleting duplicate records


• B) Organizing data to reduce redundancy
• C) Ensuring data consistency across tables
• D) Compressing data to save space
• Answer: B) Organizing data to reduce redundancy

9. Which SQL command is used to retrieve data from a database?

• A) SELECT
• B) RETRIEVE
• C) FIND
• D) GET
• Answer: A) SELECT

10. Which of these is NOT a SQL JOIN type?

• A) INNER JOIN
• B) OUTER JOIN
• C) RIGHT JOIN
• D) FULL OUTER UNION
• Answer: D) FULL OUTER UNION

You might also like