If a View on a single base table is manipulated will the
changes be reflected on the base table?
Answer Posted / naresh
Hi
Not only on a single based table, changes made on a view
which created on multiple tables also will update on base
tables,if the relation ship between primary key and Foreign
key relationships are proper and if the Integrity
constraints are mentioned.
Cheers!
Naresh
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the left table in sql?
What is loop in pl sql?
what are the limitations of identity column? : Transact sql
How to select 10 records from a table?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
What is set serveroutput on in pl sql?
What is thread join () in threading?
What normalization means?
Is the primary key an index?
What is field delimiter?
How do I partition a table in sql?
Is sql port 1433 encrypted?
What is sql partition function?
Does sql between include endpoints?
What is an index in sql with example?