answersLogoWhite

0

No. Only your tables store data. Queries, Forms, Reports and Pages can just do things like display the data and manipulate it but, the data is always stored in the tables. When you run a query, open a report or a form, the data you see is ultimately coming from underlying tables. You can do queries on queries, or reports on queries or forms on queries but the original data always comes from the tables.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Why do you create query?

Queries are one of the most powerful and important parts of database. You create databases to store data and retrieve information from them. Queries are the main way of retrieving information. You can show particular data or data that meets certain criteria. They can also do other things, like manipulate or delete data. There is a huge amount of things that can be done with queries. With practice and expertise they can be put to great use. Without queries databases would be practically useless. You would be able to store data, but not do much with it.


A query is sometimes called a logical view of data because?

Queries do not store Is_A_query_datasheet_is_called_a_logical_view_of_the_data_because_a_query_does_not_physically_store_the_data_as_it_is_still_stored_in_the_tables, they only display a view of data.


What are the four main types of queries?

The four main types of queries are select queries, action queries, parameter queries, and aggregate queries. Select queries retrieve data from one or more tables based on specified criteria. Action queries modify data, such as updating, deleting, or inserting records. Parameter queries prompt users for input to filter results dynamically, while aggregate queries perform calculations on data, such as summing or averaging values.


What are the Access components and hierarchy of a database?

In Microsoft Access, the primary components of a database include tables, queries, forms, reports, and macros. Tables store the data, while queries allow users to retrieve and manipulate that data. Forms provide a user-friendly interface for data entry and display, while reports generate formatted output for printing or viewing. The hierarchy typically starts with tables at the base, followed by queries built on those tables, and then forms and reports that present the data derived from queries.


What are the four objects in a data base?

The four primary objects in a database are tables, queries, forms, and reports. Tables store the actual data in rows and columns. Queries allow users to retrieve and manipulate data based on specific criteria. Forms provide a user-friendly interface for data entry and interaction, while reports generate formatted outputs for analysis and presentation of the data.


What are the different types of queries?

Queries can be categorized into several types based on their purpose and structure. The primary types include select queries, which retrieve data from databases; action queries, which modify data (like insert, update, or delete); parameter queries, which prompt users for input to filter results; and aggregate queries, which perform calculations on a set of values, such as summing or averaging. Additionally, there are join queries, which combine data from multiple tables based on related columns.


In access the best types of queries to use for data analysis are?

In Access, the best types of queries for data analysis are Aggregate Queries, which summarize data using functions like SUM, AVG, and COUNT; Parameter Queries, which allow users to input criteria dynamically; and Crosstab Queries, which provide a compact summary of data across two dimensions. Using these queries enables efficient extraction of insights from large datasets, facilitating informed decision-making. Additionally, Action Queries can be useful for data manipulation tasks such as updating or deleting records based on specific criteria.


Delete queries are often run after queries have added those same records to history tables?

No, Delete queries are ran before the queries which adds the data to history table. This is to avoid duplicacy.


What are the four Access objects?

The four main Access objects are tables, queries, forms, and reports. Tables store the data in a structured format, while queries allow users to retrieve and manipulate that data. Forms provide a user-friendly interface for data entry and navigation, and reports are used to present data in a formatted way for printing or sharing. Together, these objects enable efficient database management and data analysis in Microsoft Access.


Are crosstab queries useful for summarizing data?

yes


Is A query datasheet is called a logical view of the data because a query does not physically store the data as it is still stored in the tables?

Yes, that is correct. A query datasheet presents a logical view of the data because it displays the information based on the query conditions without physically storing it. The data itself remains stored in the underlying tables of the database.


What is used to pull spicific data from a table?

Filters or queries.