what is a field in computer
Answers
Answered by
0
In computer science, data that has several parts, known as a record, can be divided into fields. Relational databases arrange data as sets of database records, so called rows. Each record consists of several fields; the fields of all records form the columns. Examples of fields: name, gender, hair colou
Answered by
0
Answer:
A field is one or more bytes in size. A collection of fields makes up a data record; for example, ORDER #, NAME, ADDRESS, CITY, etc. The terms field and "box" are often used synonymously such as a "search field" or "search box" on a Web page. The field is the common denominator for database searches.
Similar questions