Difference between revisions of "Oracle"

From mi-linux
Jump to navigationJump to search
Line 6: Line 6:
 
   Oracle database management system (DBMS). It is intended to be supplemented  
 
   Oracle database management system (DBMS). It is intended to be supplemented  
 
   by a lecture course.<br>
 
   by a lecture course.<br>
   Commands to try out are in BOLD UPPERCASE</p>
+
   Commands to try out are in BOLD UPPERCASE<br>
<p>e.g., <strong>SELECT * FROM DEPT</strong> </p>
+
e.g., <strong>SELECT * FROM DEPT</strong> <br>
<p> Note, you will need to press <b>RETURN</b> after each line.</p>
+
There will be exercises for you to try out too</p>
 +
Note, you will need to press <b>RETURN</b> after each line.</p>

Revision as of 18:26, 2 March 2011

Page under construction.....

Oracle 11g Version 11.2.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, you will need to press RETURN after each line.