COMPUTER FUNDAMENTALS

COMPUTER APPLICATIONS

DATABASE MANAGEMENT SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What type of datatypes your going to used if you wanted to store information if the student is CURRENTLY ENROLLED OR NOT?
A
Auto number
B
Date / Time
C
Numeric
D
Yes/No
Explanation: 

Detailed explanation-1: -int Data Type. The int data type is commonly used when we want to save memory in large arrays. For example, we can use a short data type to store the admission number of the school’s students.

There is 1 question to complete.