Multiple choice

In a relational database, which data structure organizes the information about a single topic into rows and columns?

  1. Block

  2. Record

  3. Tuple

  4. Table

  5. Command line interface

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Yes, this is the correct choice.A table is a set of data elements (values) that is organized using a model of vertical columns (which are identified by their name) and horizontal rows, the cell being the unit where a row and column intersect.