What are logical tablesthey are structurally similar to the table on which the trigger is defined?

[Edit]

Logical tables are more than likely "views". Views are created to pull data from one or more tables based on what the data reporting needs are. That way you do not have to create a query each time you want the same data.

Triggers are events that are fired upon the condition they are coded by. An "insert" trigger may look for a certain type of data to be inserted into the database.

Views and triggers perform separate functions in a database.

Improve Answer Discuss the question "What are logical tablesthey are structurally similar to the table on which the trigger is defined?" Watch Question

First answer by Ppyles. Last edit by Ppyles. Contributor trust: 123 [recommend contributor]. Question popularity: 2 [recommend question]

Research your answer:

Answers.com > Wiki Answers > Categories > Technology > Computers > Computer Databases > What are logical tablesthey are structurally similar to the table on which the trigger is defined?