Exercise

Beginning Your SQL Journey | Records & Fields

Each row, or record, of a table contains information about a single entity. For example, in a table representing clients, each row represents a single person. Each column, or field, of a table contains a single attribute for all rows in the table. For example, in the table representing clients, you have a column containing the marital status of all the bank's clients for the marketing campaign.


Check out the clients table. How many fields does this table contain?

Instructions

50 XP

Possible answers