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 the difference between delete and truncate statement in sql?
Explain the update statement in sql
Can you skip header records while loading? : aql loader
How do I remove duplicates in two columns?
What is an escape character in sql?
Is not null in sql?
What is pl sql record in oracle?
How does stored procedure reduce network traffic?
How to process query result in pl/sql?
What are inbuilt functions in sql?
how many triggers are allowed in mysql table? : Sql dba
What is the largest value that can be stored in a byte data field?
Can we delete column in sql?
Why primary key is required?
What is pl sql block in dbms?