126k views
4 votes
Data elements in a relational database are organized into ____.

A) tuples
B) attributes
C) objects
D) tables

1 Answer

2 votes

Final answer:

Data elements in a relational database are organized into tables.

Step-by-step explanation:

Data elements in a relational database are organized into tables. A table is a collection of related data entries organized in rows and columns. Each row represents a record in the table, and each column represents a specific attribute or data element of that record. For example, in a database of students, a table might have columns for student ID, name, age, and grade.

User Marcos Curvello
by
8.5k points