If a View on a single base table is manipulated will the
changes be reflected on the base table?
Answer Posted / papal
yes if there is no use of "CHECK WITH option"
then definitally chnages in view affects the base table
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What does the acronym acid stand for in database management?
what is myisam? : Sql dba
What is query syntax?
What is pragma in pl sql?
Are subqueries better than joins?
What happens when a trigger is associated to a view?
Why we use stored procedure instead of query?
What is offset in sql query?
Why do we use sql constraints?
Is sql a backend?
How are sql commands classified?
What is the process of copying data from table a to table b?
what are the differences between binary and varbinary? : Sql dba
what are wild cards used in database for pattern matching ? : Sql dba
What is trigger explain it?