FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

WHAT IS DATABASE MANAGEMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The type of datatype which allows alphanumeric characters and special symbols but can store up to 255 characters.
A
Auto number
B
Text
C
OLE Object
D
Memo
Explanation: 

Detailed explanation-1: -Short Text In . accdb files, the Short Text field works the same as the Text field in earlier versions. It stores up to 255 characters. Learn more about data types for Access desktop databases.

Detailed explanation-2: -Overview of Character Data Types You can use these SQL data types to store alphanumeric data: CHAR and NCHAR data types store fixed-length character literals. VARCHAR2 and NVARCHAR2 data types store variable-length character literals.

Detailed explanation-3: -The CHAR and VARCHAR2 datatypes store alphanumeric data.

There is 1 question to complete.