Saved Bookmarks
| 1. |
Which data type is used to store integer in Base database? |
|
Answer» Answer: INT – Integer Data Type Since the SQL server uses a number of computer words to REPRESENT an integer there are maximum and minimum VALUES that it can represent. An INT datatype can store a VALUE from -2,147,483,648 to 2,147,483,647 Explanation: pls MARK it brainliest |
|