facebook

1. Browse Database Table Data

Before working with table data, establish the database connection.

  1. In the DB Browser, expand the connection node.
    Browsing database table data
    Browsing database structure
  2. Expand the database structure to reveal table metadata such as tables, views, and sequences.
    Browsing database table data
    Browsing database table data

2. Edit Table Data

The Database Explorer tools provide an Edit Table view for editing records already present in your database.

  1. In the DB Browser, right-click a table, and select Edit Data.
    Editing database table data
    Launching Table Data editor
  2. Type a filter for the rows, if desired, in the Write your where condition field. The example below uses deptno = 20. Click Apply.
  3. Select the cell you want to edit, and type a new value.

    To add a new row, click , enter table data, and click . Do delete a row, select it, and click .

    The example below shows the SAL column value in row 1 being edited.
    Editing database table data
    Editing table data
  4. Press Enter to save your changes to the database, or Esc to cancel the edit operation.