if i perform any operation on views such as insert, delete
etc will my base table get affected?????

Answer Posted / radha sri seshu.kolla

yes it will effect if your view is a simple view (eg:
create or replace view empview as select * from emp;) this
is called simple view. if you use any joins or if u create
view using more than two tables then it is called complex
view. in case of comlex view the database will not effect.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between nested subquery and correlated subquery?

746


What is nosql db?

712


What is procedure and function in sql?

746


How do you rank data in sql?

680


how to drop an existing table in mysql? : Sql dba

758






Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?

743


Does a join table need a primary key?

708


What is sql entity?

742


What are the built in functions of sql?

757


what is bcp? When is it used?

772


how to convert dates to character strings? : Sql dba

735


What is union and union all keyword in sql and what are their differences?

803


What are the subsets of sql?

754


How do I order columns in sql?

702


What are the triggers associated with image items?

794