Computer Science Ques 341

Question: Each field in a database is identified by a:

Options:

A) Key name.

B) Field name.

C) Field type.

D) Field code.

E) None of these

Show Answer

Answer:

Correct Answer: B

Solution:

  • A table is a set of column sand rows. The columns are called as fields. Each column reads a heading to identity the data it contains. These Headings are called as field names. No two columns (or fields) can have the same name. Field names are used to ensure that the data for each record is entered in the same-sequence.