if i perform any operation on views such as insert, delete
etc will my base table get affected?????
Answer Posted / gourvendra singh
It will affect ur base table only when u having a simple
view and if you put null in the field which is primary key
of the base table then also the base table will not
affected. And if you are using the compute view then u r nt
able to insert or delete the records.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
how many tables will create when we create table, what are they? : Sql dba
What is data modelling in sql?
How can we store rows in PL/SQL using array?
What is record type in pl sql?
How can use stored procedures in sql?
How can you load multi line records? : aql loader
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
How do I run a sql script?
What is the advantage of nosql?
Why do we use procedures in pl sql?
How do I run a sql trace?
What is the difference between null value, zero, and blank space?
How do you take the union of two tables in sql?
Does normalization improve performance?
Is it possible to link two groups inside a cross products after the cross products group has been created?