Computer Science, asked by ansh09618, 6 months ago

The data type that stores long block of text for description is....... The data type that is used to store web addresses is...... A............ is a data storage format that contains a specific type or range of values This command is used to arrange data in a table in ascending order A field which uniquely defines every record in a table? A relationship between the tables cannot be deleted ......... queries are used to retrieve data from the table Show row of the design grid displays............... of each field The top pane of the query window displays the selected table The data '278' is which data type?

Answers

Answered by sumantjha197
2

Answer:

Data sorting is any process that involves arranging the data into some meaningful order to make it easier to understand, analyze or visualize. When working with research data, sorting is a common method used for visualizing data in a form that makes it easier to comprehend the story the data is telling. Sorting can be done with raw data (across all records) or at an aggregated level (in a table, chart, or some other aggregated or summarized output).

Data is typically sorted based on actual values, counts or percentages, in either ascending or descending order, but can also be sorted based on the variable value labels. Value labels are metadata found in some programs which allow the researcher to store labels for each value option of a categorical question. Most software applications also allow sorting by multiple variables. This type of sorting will be executed in a predetermined variable priority, for example, a data set containing region and country fields can first be sorted by region as the primary sort and then by country. The county sort will be applied within each sorted region.

A Simple Example

To illustrate a basic sorting operation, consider the table below which has two columns, Country and Population. The Country column is a text field (or label), whereas the Population column contains numeric data. The table on the left shows the original data which is not sorted in any particular order. The table on the right has been sorted by Population in descending order. In other words, the country with the highest population is sorted to the first row, followed by the country with the second-highest population, and so forth.

Similar questions