Viewing Data in a Database Table

See Also

When a database is connected, you can execute an SQL statement in the IDE to view the data contained in a table.

To view data in a table:

  1. In the Services window, expand the node for a connected database ( Database Connection node ).
  2. Expand the Tables or Views node.
  3. Right-click the node of the table or view and choose View Data.

When you choose View Data, an SQL query to select all the data from the table is automatically generated in the upper pane of the SQL Editor. The results of the statement are displayed in the lower pane of the SQL Editor. You can modify the statement in the SQL Editor and run the modified statement by clicking the Run SQL (  Run SQL ) button in the toolbar.

For more on using the SQL Editor, see Executing SQL Statements and Scripts.

See Also
Browsing Database Structures
Executing SQL Statements and Scripts

Legal Notices