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

Talk about views

Answer Posted / santosh kumar

View is the logical representation of subset of data from
one or more table.(This is database object but depends on
the table).
there are two types of view.....
1. simple view
2. complex view
SIMPLE VIEW
note:- 1. based on one table.
2. We can perform dml in this.
3. can not contain group function.
4. can not contain group by clause.
5. dml can not be perform when the base table have
not null(primary key, not null) constraint on
any column and that is not selected in the view.

COMPLEX VIEW
note:- 1. based on one or more table.
2. We can perform dml in this always.
3. can contain group function.
4. can contain group by clause.

Is This Answer Correct ?    20 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sql partition function?

1280


How can we solve sql error: ora-00904: invalid identifier?

1290


Can we join two tables without common column?

1054


What is the largest value that can be stored in a byte data field?

1054


What is synonyms?

1114


How do you clear the screen in sql?

1120


Is left join inner or outer?

1053


What is update query?

1028


Difference between truncate, delete and drop commands?

1134


How do you identify a primary key?

1109


Which join is like inner join?

1083


What are the limitations of sql express?

1114


Why do we need pl sql?

1031


Why is the cursor important?

1076


explain the difference between bool, tinyint and bit. : Sql dba

1057