Computer Science Ques 342

Question: In a database ____ fields store numbers used to perform calculations.

Options:

A) Next

B) key

C) Alphanumeric

D) numeric

E) None of these

Show Answer

Answer:

Correct Answer: D

Solution:

  • In a database, you data types to specify the type of data each field can capture. You can enter numbers into the number (numeric) field and then average, sum or perform other calculations with the numbers, eg. You can assign a Test score field a data type of number.