Difference between revisions of "OracleSampleData"
From mi-linux
Jump to navigationJump to searchLine 2: | Line 2: | ||
<h3>DEPT Table</h3> | <h3>DEPT Table</h3> | ||
− | < | + | <table> |
− | DEPTNO DNAME | + | <th>DEPTNO</th><th>DNAME</th><th>LOC</th> |
− | 10 ACCOUNTING NEW YORK | + | <tr><td>10</td><td>ACCOUNTING</td><td> NEW YORK</td></tr> |
− | 20 RESEARCH DALLAS | + | <tr><td>20</td><td>RESEARCH </td><td>DALLAS</td></tr> |
− | 30 SALES | + | <tr><td>30</td><td>SALES </td><td> CHICAGO</td></tr> |
− | 40 OPERATIONS BOSTON | + | <tr><td>40</td><td>OPERATIONS BOSTON</td></tr> |
− | </ | + | </table> |
Revision as of 15:11, 9 January 2016
Sample DataSet
DEPT Table
DEPTNO | DNAME | LOC |
---|---|---|
10 | ACCOUNTING | NEW YORK |
20 | RESEARCH | DALLAS |
30 | SALES | CHICAGO |
40 | OPERATIONS BOSTON |