Where to write and how to execute SQL statement?

Asked By 20 points N/A Posted on -
qa-featured

 

Hi, I have recently started learning Oracle and I need a lot of help on the basics. I was wondering about where do I start writing sql statements and how do I execute them.

SHARE
Best Answer by Randolph Brownlow
Answered By 0 points N/A #173337

Where to write and how to execute SQL statement?

qa-featured

SQL Statements

They can be used when administrating users, roles and users privileges i.e creating users, deleting users and changing passwords.

Executing them kindly visit www.oracle.com/technetwork/developer-tools/sql-developer/sqldeveloperwhitepaper-v151-130908.pdf page 5 under topic Executing statements in the SQL worksheet

Best Answer
Best Answer
Answered By 5 points N/A #173338

Where to write and how to execute SQL statement?

qa-featured

Hello Michael

Oracle is not something you can learn by yourself. It is very hard if you do not know anything about SQL.

However, regarding your question many tutorials can be watched and read in order to solve it.

I will provide you with several links that might help you with your issue.

How to run SQL Query, Running SQL Statements and Basics on SQL Queries from MSDN

I strongly recommend that you access Oracle Learning Library and read the stuff there. It might help you a lot in your future projects.

I hope you will find this information useful.

Randolph

Related Questions