Database Management

Section 1 / 1  ยท  5 Questions

English
0 / 5 Answered
Q1 Easy

What does DBMS stand for?

โœ… Correct Answer: B โ€” Database Management System
๐Ÿ’ก Explanation: DBMS stands for Database Management System. It is software that manages databases.
Q2 Medium

Which of the following is NOT a type of SQL command?

โœ… Correct Answer: D โ€” DSL
๐Ÿ’ก Explanation: SQL command types are DDL (Data Definition), DML (Data Manipulation), DCL (Data Control), and TCL. DSL is not a standard SQL command type.
Q3 Easy

Which SQL keyword is used to retrieve data from a database?

โœ… Correct Answer: C โ€” SELECT
๐Ÿ’ก Explanation: The SELECT statement is used to retrieve data from a database.
Q4 Hard

A primary key uniquely identifies each record in a table. This constraint is called:

โœ… Correct Answer: D โ€” Entity Integrity
๐Ÿ’ก Explanation: Entity Integrity states that the primary key of a table must be unique and cannot be NULL.
Q5 Easy

Which SQL clause is used to filter rows based on a condition?

โœ… Correct Answer: C โ€” WHERE
๐Ÿ’ก Explanation: WHERE clause is used to filter records based on a specified condition.
โ† Previous Next โ†’