Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\online_help\tdddg\tdddg_objects007.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <script src="./callback.js" type="text/javascript"></script> <noscript>Your browser does not support JavaScript. This help page requires JavaScript to render correctly.</noscript> </head> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1.1 Build 005" /> <meta name="date" content="2009-04-21T9:46:24Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="Creating Tables with the CREATE TABLE Statement" /> <meta name="relnum" content="11g Release 2 (11.2)" /> <meta name="partnum" content="E10766-01" /> <link rel="copyright" href="./dcommon/html/cpyr.htm" title="Copyright" type="text/html" /> <link rel="stylesheet" href="./dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" /> <link rel="contents" href="toc.htm" title="Contents" type="text/html" /> <link rel="prev" href="tdddg_objects006.htm" title="Previous" type="text/html" /> <link rel="next" href="tdddg_objects008.htm" title="Next" type="text/html" /> <title>Creating Tables with the CREATE TABLE Statement</title> </head> <body> <div class="zz-skip-header"><a href="#BEGIN">Skip Headers</a></div> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr valign="bottom"> <td align="left"></td> <td align="center"><a href="tdddg_objects006.htm"><img width="24" height="24" src="./dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="tdddg_objects008.htm"><img width="24" height="24" src="./dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> <p><a id="BABEECGC" name="BABEECGC"></a><a id="TDDDG187" name="TDDDG187"></a></p> <div class="sect3"><!-- infolevel="all" infotype="General" --> <h1>Creating Tables with the CREATE TABLE Statement</h1> <a name="BEGIN" id="BEGIN"></a> <p>This topic shows how to use the <a id="sthref199" name="sthref199"></a><code>CREATE</code> <code>TABLE</code> statement to create the <code>EVALUATIONS</code> and <code>SCORES</code> tables.</p> <p>The <code>CREATE</code> <code>TABLE</code> statement in the following example creates the <code>EVALUATIONS</code> table.</p> <div class="example"><a id="CHDJCGGG" name="CHDJCGGG"></a><a id="TDDDG188" name="TDDDG188"></a> <p class="titleinexample">Creating the EVALUATIONS Table with CREATE TABLE</p> <pre xml:space="preserve" class="oac_no_warn"> CREATE TABLE EVALUATIONS ( EVALUATION_ID NUMBER(8,0), EMPLOYEE_ID NUMBER(6,0), EVALUATION_DATE DATE, JOB_ID VARCHAR2(10), MANAGER_ID NUMBER(6,0), DEPARTMENT_ID NUMBER(4,0), TOTAL_SCORE NUMBER(3,0) ); </pre> <p>Result:</p> <pre xml:space="preserve" class="oac_no_warn"> Table created. </pre></div> <!-- class="example" --> <p>The <code>CREATE</code> <code>TABLE</code> statement in the following example creates the <code>SCORES</code> table.</p> <div class="example"><a id="CHDBBEHG" name="CHDBBEHG"></a><a id="TDDDG189" name="TDDDG189"></a> <p class="titleinexample">Creating the SCORES Table with CREATE TABLE</p> <pre xml:space="preserve" class="oac_no_warn"> CREATE TABLE SCORES ( EVALUATION_ID NUMBER(8,0), PERFORMANCE_ID VARCHAR2(2), SCORE NUMBER(1,0) ); </pre> <p>Result:</p> <pre xml:space="preserve" class="oac_no_warn"> Table created. </pre></div> <!-- class="example" --> <p>In SQL Developer, in the navigation frame, if you expand Tables, you can see the tables <code>EVALUATIONS</code> and <code>SCORES</code>.</p> <p>If you select a table in the navigation frame, and then click the tab SQL in the right frame, the <a id="sthref200" name="sthref200"></a>SQL pane shows the SQL statement that created the table.</p> <div class="helpinfonotealso"> <h2>Related Topics</h2> <p><a href="javascript:open('http://www.oracle.com/pls/db112/lookup?id=SQLRF01402','newWindow').focus()"><span class="italic">Oracle Database SQL Language Reference</span></a></p> <p><a href="tdddg_objects005.htm#BABFEIDE">Creating Tables</a></p> </div> </div> <!-- class="sect3" --> <!-- class="sect2" --> <!-- Start Footer --> <div class="footer"> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr> <td align="left"><span class="copyrightlogo">Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.</span><br /> <a href="./dcommon/html/cpyr.htm"><span class="copyrightlogo">Legal Notices</span></a></td> <td align="center"><a href="tdddg_objects006.htm"><img width="24" height="24" src="./dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="tdddg_objects008.htm"><img width="24" height="24" src="./dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> </div> <!-- class="footer" --> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de