In this first exercise, you will open the Data perspective and view data preferences. The Data perspective in the workbench is where you do all of your work in this tutorial. The Data perspective consists of several default views, including:
As with any perspective in the workbench, you can customize the Data perspective to include other views or exclude these or other default views. In this tutorial you will use the Data perspective default views.
To open the Data perspective:
If you do not see Data in the list, click Show all.
The Data perspective opens with the default views. If you have not previously created any data projects, the Data Project Explorer is blank. The Database Explorer contains a connection to the Derby SAMPLE database, which is included with this product. Expand the Connections folder to see database connections.

You can customize the workbench settings for data design and development in the Preferences window. In this tutorial, you will view preferences but will not change them.
To view data preferences:
The Capabilities preference page opens. You can use this page to simplify the product interface by enabling or disabling product components so that only the perspectives, views, and menu actions that you are interested in are available. In this case you want to verify that the Data capabilities are enabled. If you were not interested in other capabilities such as Java Development or Plug-In Development, you could clear the check box next to those capabilities to disable views and menu actions that are associated with them.

There are many preferences pages that are associated with data design and
development. View the pages under the Data node to see available options.
In this tutorial, you do not need to modify any preferences. In later exercises,
you will transform a logical data model into a physical data model. You
could use the Data Type Map page to change the default data type mappings
between logical and physical data models.
Now you are ready to begin Exercise 2: Importing the required resources.