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...

how to insert the data through views? The view is depending
upon more than two tables?
how to update materalized views?

Answer Posted / manikanta.srinu

DML Operations also is done by the view,if view have only
one table.For multiple tables in a view,DML operation was
not support.
how to update materalized views?
If ur master table is updated, your materialized view will
automatically get refreshed if ur materialized view is
create with ON COMMIT option. Else, you
have to REFRESH evertime once ur master is
inserted/deleted/updated.

CREATE MATERIALIZED VIEW departments FOR UPDATE AS
SELECT * FROM departmentsworld;

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is data control language? : Sql dba

1065


Determine if oracle date is on a weekend?

1087


What are the most important characteristics of pl/sql?

1224


What is data manipulation language?

1229


how many sql dml commands are supported by 'mysql'? : Sql dba

1164


why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba

1160


how do you control the max size of a heap table? : Sql dba

1022


How do I view a view in sql?

993


How do I start sql profiler?

1046


How many sql are there?

1048


how to shutdown mysql server? : Sql dba

1144


What is java sql drivermanager?

1159


What does pragma mean?

1129


What are types of joins?

1026


explain advantages of myisam over innodb? : Sql dba

1111