Viewing Data of a Table or View

See Also

  1. Right-click the node of the table or view and choose View Data from the contextual menu.

    A window with a default SQL command (to select all data from the table) appears. Using the Command Editor, you can execute any SQL command, and perform actions such as inserting data into database objects and modifying a database schema.

  2. Edit the SQL command, or type a different command.
  3. Click Execute to run the query.

    The results are displayed in a spreadsheet-like view.The IDE records all the commands you enter in a combo box for later use.

tip Each column node has the same View Data item in its contextual menu. This feature is similar to the feature for tables; however, when you view tables, the SQL query for viewing data fetches only the one column rather the entire set of columns that the IDE displays when you choose View Data.
See Also
Browsing Structures

Legal Notices