Viewing Data in Tables With Object Browser

Previous
Previous
Next
Next

In addition to viewing table names and table definitions, you can view the data stored in the table as well as the SQL statement used to display the data. You can also change the SQL statement to alter the result set.

To view table data:

  1. Log in to the Database Home Page. See "Logging in to the Database Home Page".

  2. On the Database Home Page, click the Object Browser icon.

  3. In the Object list, select Tables then click the employees table.

  4. Click Data to display the rows of data in the tables.

You can also write your own SQL query using a SELECT statement to see the contents of a table. See "Running SQL Statements".