What is a key characteristic of a relational database? 🔊
A key characteristic of a relational database is its use of tables to organize data in a structured manner. Each table consists of rows and columns, where each row represents a data record and each column represents a data attribute. This structure facilitates easy querying and data retrieval through SQL and ensures data integrity through the use of constraints such as primary and foreign keys, allowing for complex relationships between data entities.
Equestions.com Team – Verified by subject-matter experts