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 a left join?
Explain the working of foreign key?
What is the order of sql select?
Explain the savepoint statement.
Which command is used to call a stored procedure?
What is difference between inner join and cross join?
define join and explain different type of joins? : Sql dba
Is left join faster than join?
What are three advantages to using sql?
What is the purpose of the sql select top clause?
What is the difference between numeric and autonumber?
what is 'mysqladmin' in mysql? : Sql dba
What is java sql package?
How to add, remove, modify users using sql?
what is data control language? : Sql dba