Difference between revisions of "Oracle"

From mi-linux
Jump to navigationJump to search
Line 1: Line 1:
Pages under construction.....
+
[[Main Page]] >> Oracle and SQL
  
 
<h2>Oracle 12c Version 12.1.0.1.0</h2>
 
<h2>Oracle 12c Version 12.1.0.1.0</h2>
 +
The purpose of this handout is to introduce using SQL from the Oracle database management system (DBMS). It is intended to be supplemented by a lecture course.
  
<p>The purpose of this handout is to introduce using SQL from the
+
Commands to try out are in BOLD UPPERCASE:
  Oracle database management system (DBMS). It is intended to be supplemented
 
  by a lecture course.</p>
 
<p>  Commands to try out are in BOLD UPPERCASE</p>
 
<p>e.g., <strong>SELECT * FROM DEPT;</strong> </p>
 
<p>There will be exercises for you to try out too</p>
 
<p>Note, when running the commands in Oracle you will need to press <b>RETURN</b> after each line.</p>
 
<p>[[Oracle_-_Introduction]]</p>
 
  
<p>[[Getting Started]]</p>
+
e.g., SELECT * FROM DEPT;
 +
 
 +
There will be exercises for you to try out too
 +
 
 +
Note, when running the commands in Oracle you will need to press RETURN after each line.
 +
 
 +
* [[Oracle|Workbook]]
 +
* [[OracleLinks|Useful URLs]]
 +
 
 +
 
 +
Oracle DBA: [mailto:M.Garvey@wlv.ac.uk Mary Garvey]Pages under construction.....

Revision as of 12:39, 9 January 2016

Main Page >> Oracle and SQL

Oracle 12c Version 12.1.0.1.0

The purpose of this handout is to introduce using SQL from the Oracle database management system (DBMS). It is intended to be supplemented by a lecture course.

Commands to try out are in BOLD UPPERCASE:

e.g., SELECT * FROM DEPT;

There will be exercises for you to try out too

Note, when running the commands in Oracle you will need to press RETURN after each line.


Oracle DBA: Mary GarveyPages under construction.....