answersLogoWhite

0


Best Answer

It means to rearrange the rows (or columns) of the table so that the data in a specified column (or row) are in some order. This may be numeric increasing, decreasing, alphnumeric or other.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does it mean to sort the data in a particular table?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Statistics

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.


How is indexing faster than sorting when accessing data from a table?

Indexing can be faster than sorting. It can also be slower. It depends on how many rows your predicate clause is selecting, and on the data dispersion represented by those index keys. If you are selecting a few rows, such as less than 4% of the table, then by all means use an index. If you are selecting a lot of rows, such as more than 25% of the table, then the use of the index will usually degrade performance, so go for the full table scan followed by a sort. (Of course, now you are adding the use of sort space, so that is a consideration.) The break-even point depends on the particular RDBMS and on the structure of the data. If your RDBMS supports EXPLAIN PLAN, then use it, and learn to know what it means. Also, make sure you understand your data, because (sometimes) only you know the best way to query it, and it might make sense to override the optimzer and force a certain execution plan based on your knowledge.


What is the purpose of a chart?

To compare and sort data in a visual manner.


What is the best graph to represent specific data?

The answer depends very much on the sort of data and on what information the graph is meant to convey.


What is a set of numbers representing some sort of information from the sample or population?

Statistics or data set

Related questions

What does it mean to sort the data in particular table?

It means to rearrange the rows (or columns) of the table so that the data in a specified column (or row) are in some order. This may be numeric increasing, decreasing, alphnumeric or other.


What does graph the data in the table mean for math?

It wants you to take the data that is given in the table and graph it. Depending on what sort of data it is, it might be asking you to graph it on the Cartesian Plane (x vs y).


How do you sort data in a table?

Use the Sort option. You can then choose which columns or fields to sort on.


When you sort data in a query the records in the underlying table are actually rearranged?

No. Most queries list off data, but does not affect the underlying data. Certain types of query can be used to change data in a table, but do not re-arrange the order of the data in the table itself. That is determined by the indexes, mainly the primary key. You can sort the data in the table itself and have it remain that way.


In GCSS- Army when an ascending or descending sort has been applied to a data table what indicator in the table is used to identify the column of data used to establish the sort?

Not sure


When would you use a database program?

when i need to see table relationships and sort data by custom fields


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 excel 2007 feature lets you easily work with your data to filter and sort data using column list arrows?

table style


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 does it mean to sort a table in ascending order?

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


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 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.