Description of Understanding and Using Views :
Understanding and Using Views is a tutorial which helps you to gain more knowledge about the views of the database. View is nothing but the result of the SQL query. You can create the views in three ways such as using create view statement, create view wizard and database views node in enterprise manager. In this tutorial the author also shows you the syntax for deleting and modifying the view.