Which statement about relational databases is true?
Which statement about relational databases is true?
Databases contain tables. This is the fundamental structure of relational databases, where data is organized into tables. Each table contains rows and columns, with rows representing individual records and columns representing the attributes of these records.
A relational database stores data in tables, which are organized into rows and columns. Each row in a table represents a single record, and each column in a table represents a specific attribute of that record. Tables are the fundamental building blocks of a relational database, and they are used to store and organize data in a structured and efficient way. The other statements are not true. The opposite of all statements presented. Tables do not contain databases. Rows do not contain tables. Databases do not contain rows.