Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 are the built in functions of sql?

1092


How do I create a sql database?

1055


How do you write an inner join query?

994


How to write pl sql program in mysql command prompt?

1164


Can we delete column in sql?

1172


How can you get sql*loader to commit only at the end of the load file? : aql loader

1059


What are the advantages of stored procedure?

1039


What is pivot table in sql?

1171


How can we avoid duplicating records in a query?

1031


How can I delete duplicate rows?

1063


What is materialized view. What are different methods of refresh?

1438


how to show all tables with 'mysql'? : Sql dba

1158


What is primary and foreign key?

1122


What is left join in postgresql?

1091


What is prepared statement in sql?

1100