answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does it mean to sort a data file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What command is used to sort the lines of data in a file alphabetical order?

The "sort" command.


Can you sort files in ascending and descending orders?

no only data can be sort from the excel sheet.. not in the file


What does the term file mean in data bases?

it means file


What is sorted files?

A file may contain any data which may or may not be structured . To sort a file different sorting techniques can be used quick sort , merge sort etc. A sorted file is structured and make searching process easy.


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 kinds of data can be put on memory stick?

You can put just about any sort of data on a memory stick so long as the file size is small enough to fit.


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.


What does data items mean?

Data means chunk of information. When lots of data store in single space then it's called file.


How to sort data in spreadsheet?

You can sort your data by clicking on "sort and filter" you will see this option at the top bar. This will give you option to sort your selected data acceding or descending order, or you can temporarily filter out your values.


The data file belonging to the SYSTEM tablespace is corrupted and no backup of the file is availble how do you recover the data file?

The data file cannot be recovered.


What does defragment a micro sd card mean?

Data isn't always, or even often stored on the card in a contiguous fashion, like the text in a book. Say you have one file on it, then another, then delete the first one, then add a larger one. That larger one's data will be split, one part where the original file was, the rest after that second file. This is called fragmentation, and while the device can still read things fine, it can get a bit slow when it's constantly going back and forth for the data it needs. Defragmenting will 'sort' the data out, so in the above example it will move the two parts of the new file together and move the second file to be after it, etc.


What is logical file?

Logical file is a type of file that provides a view of the data stored into the Physical file. It does not contain data. A logical file contains only an index to the data stored into the physical file.