Viewing data in tables or views (SQL)

You can use Interactive SQL to view the data in tables and views.

Prerequisites

Privileges to view data in the table or view.

Context and remarks

Many.

 View data in tables or views using SQL
  • Execute a statement similar to the following, where object-name is the table or view that contains the data you want to view:

    SELECT * FROM object-name;

Results

The data for the table or view appears in the Results pane.

Next

For tables, you can edit the data in the Results pane.

 See also