Exam TDVCL1 All QuestionsBrowse all questions from this exam
Question 11

Which statement about relational databases is true?

    Correct Answer: D

    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.

Discussion
lmtome44Option: D

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.