146k views
4 votes
A data analyst wants to organize a database to show only the 100 most recent real estate sales in stamford, connecticut. how can they do that?

a. the data analyst should add a filter to return only sales in stamford, connecticut, then sort the most recent sales at the top of their list.
b. the data analyst should add a filter to return only sales in stamford, connecticut, then sort the least recent sales at the top of their list.
c. the data analyst should filter out sales in stamford, connecticut, then sort the least recent sales at the top of their list.
d. the data analyst should filter out sale amounts in stamford, connecticut, then sort the highest sales at the top of their list.

1 Answer

6 votes

Final answer:

To display the 100 most recent real estate sales in Stamford, Connecticut, a data analyst should filter the sales data by location and then sort it to show the most recent sales at the top, which corresponds with option A.

Step-by-step explanation:

To organize a database to show only the 100 most recent real estate sales in Stamford, Connecticut, a data analyst should:

  1. Add a filter to return only sales in Stamford, Connecticut. This ensures that the data pertains strictly to the desired location.
  2. After filtering, the data should be sorted to display the most recent sales at the top of their list. This sorting is typically done by the date of sale, with the most recent transactions first.

By performing these actions, option A would be the correct approach: The data analyst should add a filter to return only sales in Stamford, Connecticut, then sort the most recent sales at the top of their list. This provides a clear, concise view of the latest market activity, which is useful for analysis and decision-making purposes.

Understanding how to describe data and order it correctly, such as from smallest to largest or latest to oldest, is critical in the field of data analysis. It improves the comprehensibility and usefulness of the data collected.

User Ericvg
by
8.0k points