Java Interviews questions: - Views and explain its type?
A view can be thought of as either a virtual table or a stored query
is a database object that is a logical representation of a table
Views are mainly classified as
Simple view:
- is created by selecting only one table
- does not contains functions.
- can perform operations through simple view
Complex view :
- It is created by selecting more than one table.
- It can performs functions.
- can not perform always DML operations
Also see the following interesting video on Java - Inheritance between beans and Spring : -
Know more on
Java interview questions
Regards,
Get more on Java interview questions from author’s blog
http://
http://
Contributed by:
Shivprasad Koirala
We conduct training for Java/J2EE technologies like design patterns, J2EE, Struts, Hibernate, Spring, Rich Interface etc. and likes to write articles on the same in free time.
Resourse address on xpode.com
http://www.xpode.com/Print.aspx?Articleid=530
Click here to go on website
|