Multiple choice sql

Which portion of a database system contains the actual data elements, such as the name, address, or a phone number for a particular person?

  1. Tables

  2. Columns

  3. Rows

  4. Databases

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

Columns define the specific data attributes like name, address, or phone number. Tables organize data, rows represent individual records, and databases contain tables. The actual data elements (name, address, phone) are stored in columns.