Computer Science, asked by meaow2007, 8 months ago

Give two reasons why choosing the correct field type is important.

Answers

Answered by eshwarsai902
3

Answer:

When setting up a database or spreadsheet, it is important that the correct data type is selected for each field. This is because the data type will determine what can be done with the data held in that field e.g. sorting, searching, calculations etc.

Answered by probrainsme102
0

Answer:

1.Prevent misuse of memory

2.Save time to store the data

Explanation:

1. At the time of the coding the developer has to choose the correct field type other wise there is some problem in the memory management. If there is a need of integer type data field and developer takes double data type fields it will leads to the incorrect memory management.

2.If the correct field is not choose then the developer needs to give extra time to correct the error and choose the correct field.

#SPJ2

Similar questions