Java Interviews questions: - Views and explain its type?

54 0 0
                                        

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 rightside interesting video on Java - Inheritance between beans and Spring : -

Java Interviews questions: - Views and explain its type?Where stories live. Discover now