if i perform any operation on views such as insert, delete
etc will my base table get affected?????
Answer Posted / slokh
yes if it is a simple view. may be if is a complex view -
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you run a query?
Can triggers stop a dml statement from executing on a table?
Is sqlite thread safe?
Is sql a case sensitive language?
how to decrement dates by 1 in mysql? : Sql dba
How does a self join work?
what are all the common sql function? : Sql dba
What is primary key and foreign key with example?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
What is pivot in sql?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
Can a composite key be null?
how to get @@error and @@rowcount at the same time? : Sql dba
What is normalization in a database?
What is normalisation and its types?