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.