InterviewSolution
| 1. |
What Is Difference Between Real And Decimal Fields? |
|
Answer» Real Field: The number of decimal places DISPLAYED in the USER’s view. The displayed number is rounded off, but the value STORED in the DATABASE is not changed. Decimal Field: The number of decimal places displayed in the user’s view. The default precision setting is 2 and the maximum value of precision in AR System is 9. Real Field: The number of decimal places displayed in the user’s view. The displayed number is rounded off, but the value stored in the database is not changed. Decimal Field: The number of decimal places displayed in the user’s view. The default precision setting is 2 and the maximum value of precision in AR System is 9. |
|