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

Can we create index on views?

Answer Posted / madhoosapre

An index cannot be defined on a view. Because view is
virtual table, which consists of a subset of columns from
one more tables.

The Restrictions imposed on views are as follows:
1. A view can be created only in the current database.
2. A view can be created only if there is a SELECT
permission on its base table
3. A Trigger or an Index cannot be defined on a view.
4. A view cannot be derive its data from temporary tables.
5. The CREATE VIEW statement cannot be combined with other
SQL statements in a single batch.

Is This Answer Correct ?    144 Yes 67 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add a new column to an existing table in oracle?

1187


What is hash cluster in oracle?

1245


Give the various rollback segment states.

1089


How to put more than 1000 values into an oracle in clause?

1085


Explain joins in oracle?

1090


What is a sub query? What are its various types?

1275


What is the difference between alert log file and tarce file ?

2230


how to convert .db (extention) database file into .dmp (extention ) for oracle database ?

2600


Explain a segment?

1131


What is the difference between $oracle_base and $oracle_home?

1136


How to pass parameters to procedures?

1089


Define oracle database

1098


Explain the use of tables option in exp command.

1166


How to run create database statement again?

1218


What are the arithmetic operations?

1149