Which database model represents data as a collection of tables with well-defined schemas?
Q1. Which database model represents data as a collection of tables with well-defined schemas?
Answer: Relational
Explanation: Relational databases organize data into tables with defined relationships, making it easier to manage and query data.