Which type of database uses tables to organize data? 🔊
The type of database that uses tables to organize data is known as a relational database. In relational databases, information is structured in tables that consist of rows and columns, allowing for easy access and manipulation of the data. Each table can be related to others through defined keys, enabling complex queries and data relationships. Popular relational database management systems (RDBMS) include MySQL, PostgreSQL, and Oracle.
Equestions.com Team – Verified by subject-matter experts