Sorting is method or programming process in which we can arrange the all  database values in sorted form. Sorting can achieved in two forms  Ascending Order and Descending Order. In computer filed there are many example  where Sorting is used for to increase the reliability of the data views. Sorting is mechanism which is working on compassion with values likes  Less then < and Greater then > operators. In data structure various types of Sorting techniques are used likes  sequential Sort, Bubble Sort, Radix Sort etc. Sorting is program in which  values pair is compared with each other and store these values in sequential  form store in Stack form. For example we are used Sorting functions in  Excel spread sheet to Sort all the rows columns values in sequence Order form.