answersLogoWhite

0

Mostly True. A view is nothing but the data from one or more tables grouped and filtered to meet a few criteria common to all of them and displayed as one set. The person who is viewing the data or executing the query may or may not realize the fact that, the data displayed does not belong to only one table and is made out of data from different tables.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is logical view of database?

The logical constists of the name of the table, the attributes it contains, their types, the constraints on the attributes, if any.


What is data view?

Is a logical description of some portion of database that is required by user to perform some task.


Is ti true can you select multiple fields of a table in design view by using the ctrl keyin msacces?

In the design view of a query, report, page or form you can do it, but not in the design view of a table.


Does every truth table have a corresponding logical expression?

Yes, every truth table has a corresponding logical expression. A truth table outlines the output of a logical operation for all possible combinations of its inputs, and any such table can be represented by a logical expression using logical operators (AND, OR, NOT, etc.). This expression can be derived using methods like the sum of products or product of sums, ensuring that the logical relationship defined by the truth table is captured accurately.


What does the logical function TRUE mean?

It returns the logical value TRUE. It can be used by itself, say when building a truth table, or as part of another function, such as the IF function. Here is it checking if someone passed an exam: =IF(A2>=40%, TRUE(), FALSE() ) You can in fact leave out the pair of brackets immediately after TRUE and after FALSE, and they will still work.


Find truth table answers?

A truth table is a mathematical table used in logic to determine the truth values of logical expressions based on all possible combinations of their variables. Each row of the table represents a different combination of input values (true or false), and the corresponding output value is calculated based on the logical operation (e.g., AND, OR, NOT). To find the truth table answers, you systematically evaluate the expression for each combination of inputs, indicating whether the expression is true or false. The results provide a clear visual representation of how the logical expression behaves under various conditions.


What is logical dfd?

the dfd which independent view of the system is called logical dfd


What is Table View's population?

The population of Table View is 23,445.


How does a truth table works?

A truth table is a mathematical table used to determine the truth values of logical expressions based on their inputs. It lists all possible combinations of input values (usually true or false) and the corresponding output for each combination. Each row of the table represents a different combination of inputs, showing how the output changes based on the logical operations applied (such as AND, OR, NOT). Truth tables are commonly used in logic, computer science, and digital circuit design to analyze and simplify logical expressions.


What is the different between a view and a create view?

View is a virtual table that do not have any data of its own but have data that is derived from another table called base table. Create view is the command used to create a view (virtual table).


Which view is used to create a table or to modify the structure of the table?

Design view.


Is true that hiding columns removes the data from the table?

Hiding columns in a table does not remove the data from the table; it simply hides the column from view. The data in the hidden columns remains in the table and can be unhidden at any time to display the data.