Difference between revisions of "Oracle"

From mi-linux
Jump to navigationJump to search
Line 3: Line 3:
 
<h2>Oracle 11g Version 11.2.0.1.0</h2>
 
<h2>Oracle 11g Version 11.2.0.1.0</h2>
  
The purpose of this handout is to introduce the reader to using SQL from the Oracle database management system (DBMS). It is intended to be supplemented by a lecture course. Spaces are provided throughout the document for the student to add notes and answers to questions.
+
<p>The purpose of this handout is to introduce the reader to using SQL from the  
Commands to try out are in BOLD UPPERCASE
+
  Oracle database management system (DBMS). It is intended to be supplemented  
e.g., SELECT * FROM DEPT  
+
  by a lecture course. Spaces are provided throughout the document for the student  
Note, you will need to press RETURN after each line.
+
  to add notes and answers to questions.<br>
 +
  Commands to try out are in BOLD UPPERCASE</p>
 +
<p>e.g., <strong>SELECT * FROM DEPT</strong> </p>
 +
<p> Note, you will need to press RETURN after each line.</p>

Revision as of 18:19, 2 March 2011

Page under construction.....

Oracle 11g Version 11.2.0.1.0

The purpose of this handout is to introduce the reader to using SQL from the Oracle database management system (DBMS). It is intended to be supplemented by a lecture course. Spaces are provided throughout the document for the student to add notes and answers to questions.
Commands to try out are in BOLD UPPERCASE

e.g., SELECT * FROM DEPT

Note, you will need to press RETURN after each line.