answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Can Filters can be used on query results?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What type of query allows you to quantify the results?

Top-values query


A query that that retrieves records based on the results of another query is referred to as a?

This is called a correlated sub-query.


Are query results saved after the query is executed?

The results are not saved, but the query can be. If the query has been saved, then it can be run at any time to retrieve the data. So it is not necessary to save the data itself. You can write queries that will select data and write it to a new table, in which case the results are being saved.


Can you use query language to extrapolate information from a database?

Yes. That is one of the things that a query is used for.Yes. That is one of the things that a query is used for.Yes. That is one of the things that a query is used for.Yes. That is one of the things that a query is used for.Yes. That is one of the things that a query is used for.Yes. That is one of the things that a query is used for.Yes. That is one of the things that a query is used for.Yes. That is one of the things that a query is used for.Yes. That is one of the things that a query is used for.Yes. That is one of the things that a query is used for.Yes. That is one of the things that a query is used for.


How is a multimap used in programming?

A multimap is used to collect and contain data, such as lists or sets of relevant results. A multimap or multihash is used to track responses to multi-answer questions or group results from a single query.


Use the word query in a sentence?

I'm hard-pressed to elucidate an answer to your query. Every query has more than one answer. My results of my research do not definitively resolve your query. Is that the finest query you could devise on the subject?


Which SQL keyword is used to specify a condition that rows must meet to be included in the results of an SQL SELECT query?

select


To view results in a saved query right click the query in the navigation pane and click?

open on the shorcut menu,


Examples of database Query?

The database we use is based on structured query language . To add or retrieve data from the database we use SQL . SQL is the structured query language that provides the syntax to add, modify, update or retrieve data from the database.


How do you view the results of a saved query in Microsoft Access?

Run the query. If in Design view you can do that by clicking on the red exclamation mark. If you go to the window and open the query directly, it will run.


What are organic results in SEO?

Organic results refer to the unpaid results which are shown by search engines according to any search query.


How can you sort the results from an sql statement?

You can sort the results of a query by using the order by clause. Ex: Select * from tbl_employee order by emp_num The above query would sort the results by the employee number and display them. The default sort is ascending order. Ex: Select * from tbl_employee order by emp_num desc The above query would sort the results by descending order of employee number and display them.