Difference between revisions of "OracleSampleData"

From mi-linux
Jump to navigationJump to search
(Created page with "<h2>Sample DataSet</h2> <h3>DEPT Table</h3> <pre> DEPTNO DNAME LOC 10 ACCOUNTING NEW YORK 20 RESEARCH DALLAS 30 SALES CHICAGO 40 OPERATIONS BOSTON </pre>")
 
Line 3: Line 3:
 
<h3>DEPT Table</h3>
 
<h3>DEPT Table</h3>
 
<pre>
 
<pre>
DEPTNO DNAME LOC
+
DEPTNO DNAME         LOC
 
10 ACCOUNTING NEW YORK
 
10 ACCOUNTING NEW YORK
 
20 RESEARCH DALLAS
 
20 RESEARCH DALLAS
30 SALES CHICAGO
+
30 SALES         CHICAGO
 
40 OPERATIONS BOSTON
 
40 OPERATIONS BOSTON
 
</pre>
 
</pre>

Revision as of 16:09, 9 January 2016

Sample DataSet

DEPT Table

DEPTNO	DNAME	        LOC
10	ACCOUNTING	NEW YORK
20	RESEARCH	DALLAS
30	SALES	        CHICAGO
40	OPERATIONS	BOSTON