DATABASE FUNDAMENTALS
WHAT IS DATABASE MANAGEMENT
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?
|
Auto number
|
|
Date / Time
|
|
Numeric
|
|
Yes/No
|
Explanation:
Detailed explanation-1: -Names and email addresses are always of the type string, while numbers can be stored as a numerical type or as string since a string is a set of characters including digits.
Detailed explanation-2: -h)The string data type will be used to represent ‘Address of the student’. However, if we have to store the address in a more structured format, we can use dictionary data type as well.
Detailed explanation-3: -The TIMESTAMP data type consists of a date and time, with optional time zone. (Optional) Indicates the number of digits of precision in the fractions of seconds, as an integer value from 0 to 9.
There is 1 question to complete.