answersLogoWhite

0

Numeric data are data that can be quantify. i.e age, e.t.c While Non-numeric data are data that cannot be quantify but can be categorise. Such as colour, name e.t.c

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What are the 2 types of data allowed in QBASIC?

the two types of data used in Qbasic is numeric data and alpha numeric data.


What is the difference between numeric data and non-numeric data?

Numeric data are numbers (like age, cost, etc.), while non-numeric data are not numbers (like name, address, etc.).


What is the difference between numeric and non-numeric keys in RDBMS?

Numeric means a number is used. For a key, that would usually be an integer. Non-numeric keys can include any symbols (i.e., text). In theory, you could also use other specialized data types, for example, dates. Check the data types available by a specific RDBMS; details may vary. Almost any data type can be used for a key; although variable-length data types such as BLOB are either not supported or not practical to use.


Only numeric data types can be added and subtracted in sql?

true


Types of biological and medical data?

textual/ narrative data numeric measures signals pictures graphs


Which is a type of data?

There are several different types of data. Some include qualitative and quantitative. Qualitative is data that is not numeric and quantitative data is numerical.


What is a data type that can include only numbers?

A data type that can include only numbers is called a "numeric" data type. This includes integer types (like int) for whole numbers and floating-point types (like float or double) for decimal numbers. Numeric data types are commonly used in programming and databases to perform mathematical operations and store quantitative data.


How many data types supported by MySQL?

Data types supported by MySQL are date and time data, numeric data, and byte data. Spatial data is another type supported by MySQL which includes the use of spatial extensions.


What is quantative data?

The main difference between qualititative and quantitative data is the numeric information. In quliatative data we only rely on information from the field which is not numeric and the quantitative data contains numerica data. That's why quantitative data is also know as mathematic dats.


Define numeric data?

Numeric data refers to any data that is represented as numerical values, such as integers, decimals, or fractions. This type of data is used for quantitative analysis and calculations in various fields such as mathematics, statistics, and science. Numeric data can be manipulated and processed mathematically to uncover patterns, trends, and relationships within the data.


What are the differences between sorting and filtering data?

the sort feature allows the user to rearrange the given data in a specified order example ,numeric data can be rearranged in ascending or descending order using this. a filtered range only displays the rows/colums that meet the criteria specified by the user.


Does a variable contain a numeric value?

Yes, a variable can contain a numeric value, which can be an integer, floating-point number, or other types of numeric data depending on the programming language or context. Numeric values are often used for calculations, comparisons, and data manipulation. To determine if a specific variable contains a numeric value, you can typically check its type or use built-in functions available in most programming languages.