If you sort one column of data in a table without sorting all of the columns the data in the sorted column will be rearranged, and the data in the other columns will also be rearranged accordingly. Option 2
The data in a column will be reorganized in accordance with the sorting criteria you've selected (e.g., ascending or descending order) when you sort a single column in a table without sorting the other columns first.
The information in the other columns won't be changed to reflect the sorted column's new order, though.
Due to the disruption of the link between the data in the sorted column and the data in the other columns, this may cause rows of information to be out of alignment.