If the datatype of any column is Number, the records will be sorted according to यदि किसी कॉलम का डाटा टाइप Number है तो
रिकार्ड्सके अनुसार सॉर्ट होंगे
a. Number
b. Alphabet
c. both (A) and (B)
d. none of these इनमें से कोई नहीं
Answers
Answered by
0
Answer:
Concept:
A data type is a collection of potential values and a set of permitted operations in computer science and computer programming. The compiler or interpreter can learn how the programmer intends to use the data by looking at the data type.
Explanation:
- In an Access Short Text (text) or Long Text (memo) field, numbers and strings are arranged alphabetically. In other words, rather than sorting numbers based on their numerical value, numbers will now be ranked based on the individual digits that make up the value.
- The following categories broadly classify SQL data types. Data types that contain numbers, such as int, tinyint, bigint, float, real, etc. Data types for dates and times, including Date, Time, Datetime, etc. String and character data types like char, varchar, text, etc.
- Hence, the records will be sorted according to Number
#SPJ2
Similar questions