Working with Views

When you want a customized and updateable data set for your application, you can create and use views. Views combine the qualities of tables and queries by providing a way to extract a set of data from one or more related tables.

You can retrieve data from local or remote data sources by creating and using local and remote views, create views from multiple tables or based on other views, update data from multiple tables, customize views, use views to display data, update views, and move data offline for manipulation.

In This Section

Working with Data

Provides information to help you create effective applications by analyzing data requirements and designing your application components to meet those needs.

Working with Tables

Discusses how to make sure your tables have the structure that your application requires. Data type and index choices are essential to the success of your application.

Working with Records

Explains how to store data in the table by adding new records and that you can change and delete existing records through the interface or by using commands.

  • Creating Queries
    Describes how to create and use queries to select and display data from tables or views.