answersLogoWhite

0

To sort from smallest to largest. Ascending means to go up.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Which action do you perform on a data source to reorganize the order of the record for a merge?

You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.


What does ascending sort order mean?

That they appear in alphabetical order... A, B, C. ... and so on.


What does sort ascending mean?

That they appear in alphabetical order... A, B, C. ... and so on.


What determines a table sort order in access?

In Microsoft Access, table sort order is determined by the settings applied to the fields in the table. You can specify the sort order (ascending or descending) in the query design view or in a datasheet view by clicking on the field header. Additionally, you can create custom sorting by using multiple fields, allowing for a prioritized sort based on your requirements. If no sort order is specified, records will be displayed in the order they were entered.


What two ways can you sort data?

There are different ways you can look at that question. You can sort in ascending order and descending order, if that is what you mean. You can sort by clicking on the Sort button, or you can go through the Advanced sort, if that is what you mean. You can sort on one column or on a combination of columns.


How do you sort variable in ascending or descending order both in php?

Assuming that the values are stored in an array, you can use the php function sort($array) to sort ascending, and rsort to sort descending. The following link gives a table that lists all of the built in PHP sort functions: http://php.net/manual/en/array.sorting.php


What is it called when a feature sorts data into ascending alphabetical or numerical order?

ascending sort


What does it mean to sort a data file?

Sort refers to the action wherein the data fetched from a database table is ordered as per a specific criteria. The default order of sort is Ascending and the user can do a descending sort by using the keyword DESC after the order by keyword. Ex: select * from employee_details order by employee_num desc If the above statement is executed data will be displayed in descending order of employee numbers.


What does a sort mean in a database?

Sort refers to the action wherein the data fetched from a database table is ordered as per a specific criteria. The default order of sort is Ascending and the user can do a descending sort by using the keyword DESC after the order by keyword. Ex: select * from employee_details order by employee_num desc If the above statement is executed data will be displayed in descending order of employee numbers.


What two ways can you sort information?

In ascending order and in descending order.


You can sort numeric fields in ascending order only?

No. They can be sorted either ways. Ascending or Descending.


What does it mean to sort a table?

To sort a table means arranging the rows of the table in a specific order based on certain criteria, such as alphabetical order, numerical order, or dates. This makes it easier to find and analyze data within the table.