answersLogoWhite

0

It is a query inside another query. Normally it is a select statement inside a query. Sometimes you want to run query and use data from another query in that query. So you will have one query inside another one. The inside or nested query is the subquery.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What are the uses of a Query?

In MS Access, a Query is a saved search, which can be used in reports, etc.


Which query language will use in MS Access to maintain database?

It uses a version of SQL. (Structured Query Language).


What you can use inbuilt feature in MS Access to create tables?

You can use the Create Table Wizard, a Make Table Query or a Data Definition Query as ways that are built into Access to create tables.


Can write query within the query?

Yes, you can have a query inside a query. That is known as a sub-query.


How do you find maximum and minimum of 5 number in ms access?

You can use the Max function and the Min function in a query to do it. They are both available when you use the Totals row in the query design grid.


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.


What are the disadvantages of Microsoft PowerPoint to Microsoft Access?

SQL - Structure Query Language for MS Access is not as robust as you get on some other RBMS like MS SQL Server, Oracle etc. SQL gives you the flexibility of of data definition and manipulation using script. Pelumi (Nigeria)


What is a complex query in Microsoft access?

A select query with multiple criteria


What do you click to create a query on the query wizard on the ribbon in access?

create tab


How do you install MS Query?

Re-run MS Office setup from CD choose to modify setup. Check "options" checkbox to explore components and in MS Office Tools, I believe, sellect MS Query to be installed. Make sure not to uncheck existing components


Do you have to have a query in access before you can have a form?

no


Is MS Access the same as SQL?

No. SQL stands for Structured Query Language. It is a language that is used to work with databases. There are different versions of it. MS Access is a database application. It actually has version of SQL in it that you can use in its queries. Certain types of queries in Access can only be created using SQL. Variations of SQL are found in other database applications too.