Answers

Question and Answer:

  Home  Oracle Database

⟩ How To Run SQL Statements with Oracle SQL Developer?

Once a connection is established with an Oracle server, you can enter any SQL statements in the SQL Statement area. Try yourself with the following steps:

► Go to the SQL Statement area

► Enter SELECT username, default_tablespace FROM USER_USERS;

► Press F9 or click the Execute Statement icon

You will see the statement results in the Results area.

 166 views

More Questions for you: