If a View on a single base table is manipulated will the
changes be reflected on the base table?
Answer Posted / ehsraka
Yes, definitely. Since the view is based on a single table
and falls within the cateogory of simple view. Any change /
modification on the records will be reflected in the base
table.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is record data type?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
What is pl sql in oracle?
What does sign mean sql?
What is crud sql?
Is sql injection illegal?
How to check if a column is nullable before setting to nullable?
Why we use cross join?
What is a primary key example?
How to return an array from java to pl/sql?
what is dbms? : Sql dba
Why do we need view in sql?
what are myisam tables? : Sql dba
Which one is faster ienumerable or iqueryable?
Why do we use function in pl sql?