Previous Topic: Step 6: Generating the ViewNext Topic: Step 1: Displaying Rows


Using Views

The application created when you generate a view enables you to:

You create a view to access data stored in the database and display that data in a new way. The data presented in a view is accessed directly from the source tables. When you change data presented in a view, you are actually modifying the data stored in the source tables.

Follow steps 1 through 3 to use the JOBS AND APPLICANTS view.