MCQ
Paper - II (x) — Database Management System MCQ - Practice Questions with Answers
Solve 56 Paper - II (x) — Database Management System questions for RAS/RPSC preparation.
Practice questions
Q1Which SQL command is used to add a new row into an existing table?
INSERT is used to place a new record into a table. SELECT reads data, COMMIT finalizes transactional changes, and REVOKE belongs to access-control operations rather than row creation.
Q2In a relational database table, what does one row normally represent?
In the relational model, data is organized in tables. Each row represents one record or tuple, and columns represent attributes of that record.
Q3An application mainly needs fixed relationships, joins between tables, and strict referential integrity. Which database choice is generally most suitable?
The database choice should follow the workload. When the main needs are stable tabular structure, foreign-key relationships, joins, and constraint enforcement, an RDBMS is usually the most direct fit.
Q4Which statement correctly describes a primary key in a relational table?
In an RDBMS, a primary key is chosen to identify each record uniquely. Because it must identify a real row, it cannot be null, and duplicate key values are not allowed in the table.
Q5What is the role of a foreign key in a relational database?
A foreign key is used to represent a relationship between two tables. For example, an Orders table may store CustomerID as a foreign key referring to CustomerID in the Customers table, so orders cannot point to non-existing customers when referential integrity is enforced.
You've seen 5 of 56 sample questions
Unlimited practice on Paper - II (x) — Database Management System comes with the RAS Test Series + Practice pack or Gate Pass.
More questions
6Which pair contains only SQL Data Manipulation Language commands?
7In database design, an ER diagram is mainly used to represent which aspect?
8Which database design practice primarily reduces unnecessary duplication and update anomalies in relational tables?
9Which constraint is used to ensure that a value in a child table exists as a key value in a related parent table?
10For a banking application that requires strict consistency, relational integrity, and well-defined transactions, which database choice is generally the best fit?
11In a database management system, which facility most directly reduces data redundancy compared with keeping the same data in separate files?
12In the three-schema architecture of a database system, which level describes the overall logical structure of the whole database?
13In a DBMS, which statement best describes the purpose of a database schema?
14During database design, what is the main purpose of normalization?
15Which option best describes the main purpose of a Database Management System (DBMS)?
