Saved Bookmarks
| 1. |
What are data types ?name all possible data types that can be used in ms -access 2007. |
|
Answer» A data type, in programming, is a classification that specifies which type of value a variable has and what type of mathematical, relational or logical operations can be applied to it WITHOUT causing an error. A string, for EXAMPLE, is a data type that is USED to classify text and an integer is a data type used to classify WHOLE numbers. |
|