Click here to hide categories Click here to show left categories

User: Home          welcome : Guest          Log In / Register here     




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

Share this article   |    Print    |    Article read by 2749 times
Author:
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.
Related Articles:
Related Interview Questions: