CBSE Class 12 Computer Science
Question 41 of 91
Relational Database and SQL — Question 2
Back to all questionsThe characteristics of Relational Database Management System (RDBMS) are as follows:
- Structured Data Storage — RDBMS organizes data into structured tables consisting of rows and columns.
- Data Integrity — RDBMS enforces data integrity through constraints such as primary keys, foreign keys, unique constraints, and check constraints.
- Relationships — RDBMS supports relationships between tables.
- SQL Support — RDBMS uses SQL (Structured Query Language) as the standard language for querying and manipulating data.