the data type that is used for detailed and descriptive fields is called
Answers
Answer:
String data type is used for details such as addition of special characters and also numbers if they're considered as strings
String
First what are data types and their classification? Some are used to store numbers, some are used to store text and some are used for much more complicated types of data .
...
Data types
String (or str or text). ...
Character (or char). ...
Integer (or int). ...
Float (or Real). ...
Boolean (or bool).
What's field in database and what stands descriptive and detailed ?
A field in your database represents a characteristic of the subject of the table to which it belongs. If the field is appropriately named it should be easy to identify the characteristic that the field is supposed to represent. If a field name is ambiguous, unclear or is vague it may suggest that the purpose of the field is not fully identified.
String data types are normally used to store names, addresses, descriptions or any value that contains letters and numbers including binary data, like image or audio files.