RDBMS Test 1

    Question 1Index - Purpose

    What is the primary purpose of using an index in a database?

    Question 2RDBMS Data Types - Numeric Basics

    Which of the following is a numeric data type in most RDBMS?

    Question 3Views in RDBMS - Definition

    What is a view in a relational database?

    Question 4Transactions in RDBMS - Definition

    What is a transaction in the context of RDBMS?

    Question 5RDBMS - Stored Procedure Definition

    What is a stored procedure in RDBMS?

    Question 6RDBMS - Basic Definition

    What does RDBMS stand for?

    Question 7Database Models - Relational Model

    In the relational model, data is organized into:

    Question 8Tables in RDBMS - Structure

    In a relational database, a table is also known as:

    Question 9Primary Key - Uniqueness in RDBMS

    What is the main purpose of a Primary Key in a relational table?

    Question 10Normalization - 1NF Rule

    What is the main requirement of First Normal Form (1NF)?

    Question 11Index - Clustered vs Non-clustered

    How does a clustered index differ from a non-clustered index?

    Question 12RDBMS Data Types - Decimal Usage

    Which numeric data type is best suited for storing currency values?

    Question 13View Creation - Syntax

    Which SQL command is used to create a view?

    Question 14ACID - Atomicity Concept

    What does Atomicity ensure in a database transaction?

    Question 15RDBMS - Function Definition

    How does a function differ from a stored procedure in RDBMS?

    Question 16RDBMS - Key Feature

    Which feature differentiates RDBMS from DBMS?

    Question 17Database Models - Hierarchical Model

    What structure is used in the hierarchical database model?

    Question 18Rows in RDBMS - Definition

    What is another term used for a row in a relational table?

    Question 19Foreign Key - Relationships in RDBMS

    What does a Foreign Key in a table do?

    Question 20Normalization - 2NF Condition

    Which of the following must be eliminated to achieve Second Normal Form (2NF)?