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 are the types of dbms?
how to run 'mysql' commands from a batch file? : Sql dba
Is truncate ddl or dml?
What are tables in sql?
Is primary key an index?
What are the different types of dbmss?
How is a PL/SQL code compiled?
Can we use distinct and group by together?
Which sql statement is used to delete data from a database?
What is use of term?
Where do we use pl sql?
What is left join in postgresql?
What is native sql query?
Does execute immediate commit?
What is sql rowcount?