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


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.


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.


Why is queries important?

Queries are important because they allow users to retrieve specific information from a database or search engine. By using queries, users can filter and sort data to find relevant results quickly and efficiently. Queries are essential for data analysis, decision-making, and information retrieval in various fields such as business, research, and academia.


How is an action query is different from select query?

Select queries do not change the data. They will show lists of data and various statistics and other requirements. Action queries do things like update records or delete records, which is changing the data. That is the difference.


Queries are often used to do what?

A query is formulated to retrieve data that meets the query parameters. For example if you had a data base containing peoples names and ages, a query might be to retrieve all names who have an age between 25 and 30.


What is queries in data base?

query is a request for retrive the information from the database.


How do we use databases?

To use a database, first design a schema to define the structure of your data. Then create tables to store data following the schema. You can then use SQL queries to manipulate and retrieve data from the database. Most databases also provide tools or APIs to interact with them programmatically.