Explained the following data type a. …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Garima Adhikari 2 years, 8 months ago
- 1 answers
Related Questions
Posted by Sumedh Roy 1 year, 2 months ago
- 1 answers
Posted by Kanchan Devi 3 months ago
- 1 answers
Posted by Pooja Gupta 1 year, 2 months ago
- 1 answers
Posted by Ariful Islam 1 year, 1 month ago
- 0 answers
Posted by Adi Cha 1 month ago
- 0 answers
Posted by Harshada Kendre 1 year, 1 month ago
- 1 answers
Posted by Gursimran Dhillon 1 year, 2 months ago
- 1 answers
Posted by Ariful Islam 1 year, 1 month ago
- 0 answers
Posted by Nisha Kumari 1 year, 2 months ago
- 1 answers
Posted by Rajveer Ghorpade 1 year, 2 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Preeti Dabral 2 years, 8 months ago
Short Text (formerly Text) is a simple data type. A field with this data type is limited to a maximum of 255 characters in length, which is controlled by field size. It's a good idea to consider the actual length of the data that will be used in that field and set the field size accordingly.
A Long Text field can be useful for storing large amounts of information, such as notes, comments, and descriptions. The Long Text data type stores up to 65,536 alphanumeric characters and supports rich text formatting, such as different colors, fonts, and highlighting.
Numeric data types are numbers stored in database columns. These data types are typically grouped by: Exact numeric types, values where the precision and scale need to be preserved. The exact numeric types are INTEGER , BIGINT , DECIMAL , NUMERIC , NUMBER , and MONEY .
AutoNumber is a type of data used in Microsoft Access tables to generate an automatically incremented numeric counter. It may be used to create an identity column which uniquely identifies each record of a table. Only one AutoNumber is allowed in each table. The data type was called Counter in Access 2.0.
The TIME data type consists of a time in hour, minutes, seconds, optional fractions of a second, and optional time zone. (Optional) Indicates the number of digits of precision in the fractions of seconds, as an integer value from 0 to 9.
0Thank You