Basic Oracle Concepts and Programming Question:
Download Questions PDF

How To Work with Data Objects Interactively?

Answer:

You can work with data objects through SQL statements in statement area. If you want to work with data objects interactively, you should use the object browser. The following tutorial steps help you to browse data objects:

► Click the Connections tab.
► Open the Connections icon.
► Open a connection, like Local_XE. You see a list of data object types.
► Open the Connections icon.
► Open Tables. You see list of existing tables.
► Open a table, like EMPLOYEES. You see a list of columns.
► Double-click a table, like EMPLOYEES. You see a list of tabs opened for this table.

Once a table opened, SQL Developer offers you many views on this table, like Columns, Data, Indexes, Constraints, Statistics, Triggers, etc.

Download Oracle Database Interview Questions And Answers PDF

Previous QuestionNext Question
How To Run SQL*Plus Commands in SQL Developer?How To Get a CREATE Statement for an Existing Table?