HotelInfantesAgres - Bawat tanong, may sagot. Logo

In Economics / Junior High School | 2025-05-22

When you are creating a database table, you need to create a separate ________ for each specific piece of data in a record.
A.
Query
B.
Cell
C.
Field
D.
Form

Asked by Joebee137

Answer (1)

The correct answer is C. Field.When creating a database table, a field is a specific column in the table that holds a particular type of data for all records (rows). Each record represents a single entry, and each field in that record holds one specific piece of information.For example, in a table of student data,One field might be "First Name"Another field might be "Age"Each record would be a different student, and each field would contain that student's specific data.Other OptionsA. Query - Used to retrieve or manipulate data in the database, not to store it.B. Cell - Refers to a specific intersection of a row and column in spreadsheets, not database terminology.D. Form - A user-friendly interface to enter or view data, not a structure in the table itself.

Answered by CloudyClothy | 2025-05-22