logo
  • About us
  • Services
  • Products
  • Work
  • Contact

Feedback

In Focus

  • Flash XML slideshow
  • Database training

2.1.07. SQL Create table

  • CREATE TABLE
    • <schema_name>.<relation_name>
    • (
      • <attribute_definitions>
      • <key>
      • <constraints>
    • )
  • CREATE TABLE example (Oracle)
  • Tables can (and should) be indexed by user
  • e.g. <username>.<tablename>
  • Normal login implies username
  • Non-local table access
‹ 2.1.06. SQL Create schemaup2.1.08. Data types and domains (Oracle) ›
  • s5 slideshow
 

 

 

Copyright 2007 Lightenna Limited

  • About us
  • Services
  • Products
  • Work
  • Contact