answersLogoWhite

0


Best Answer

Different names can be used, but it is alphanumeric. Some allowed field with a datatype called text or character to allow numbers and text to be entered into them.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a datatype with numbers and letters?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which datatype would you use if you were storing both numbers and letters?

alphanumeric.


What is the best datatype for storing your birthday?

in Unix: the datatype is "Date" in C++: the datatype is "char"


What is the best datatype for storing birthdays?

in Unix: the datatype is "Date" in C++: the datatype is "char"


Write a program that show size of datatype?

sizeof(datatype)


What is numbers used for in terms of database?

For creating a table we need to mention the field names and data types . Numbers is a datatype in database for storing integers in a field .


What is text vs numbers in excel?

Text is words and letters, while numbers are values.Text is words and letters, while numbers are values.Text is words and letters, while numbers are values.Text is words and letters, while numbers are values.Text is words and letters, while numbers are values.Text is words and letters, while numbers are values.Text is words and letters, while numbers are values.Text is words and letters, while numbers are values.Text is words and letters, while numbers are values.Text is words and letters, while numbers are values.Text is words and letters, while numbers are values.


Do you file first letters then numbers then letters and numbers?

No, is the answer,numbers to letters is what im looking for, thank you


Are letters considered numbers?

In English, there is a clear distinction between numbers and letters. In Hebrew, letters are also numbers.


What is mean by parse in java?

It is used to convert the value of one datatype into a value of another datatype. Example- Integer.parseInt(in.readLine); It converts given value to Integer datatype.


What is datatype of pointers?

pointer


Who used letters instead of numbers?

The Romans did but these letters or numerals represented numbers.


C program to implement tower of hanoi using array implementation of stack abstract datatype?

stack abstract datatype