Sorting is actually a procedure of placing the data in some order or we can say that the sorting is a way of organizing something like data in some specific manner. This ordering makes this possible or easy to search a specific data element from sorted elements. In computer science sorting is very much important. As efficiency is a major concern of computing, thus data is sorted in order to gain the efficiency in retrieving or searching tasks.
In any database management system sorting plays a big role. All the data in a database, is stored in a sorted and compact form by a database management system.
The Microsoft access is a database management system that is mostly used for small size databases.
There are different ways of sorting the records in Microsoft access. The two generally used ways of sorting are as:
1. sort ascending
2. sort descending
These two ways of sorting can be used with respect to the date of records and alphabetical order.You can sort the database records either by one column or by multiple columns.In order to sort the records by one column, place the cursor in any cell of that column and select required sorting option from the 'Record' menu.
In any database management system sorting plays a big role. All the data in a database, is stored in a sorted and compact form by a database management system.
The Microsoft access is a database management system that is mostly used for small size databases.
There are different ways of sorting the records in Microsoft access. The two generally used ways of sorting are as:
1. sort ascending
2. sort descending
These two ways of sorting can be used with respect to the date of records and alphabetical order.You can sort the database records either by one column or by multiple columns.In order to sort the records by one column, place the cursor in any cell of that column and select required sorting option from the 'Record' menu.