2-oracle-developer-tables-indexes-essentials-m2-slides
2-oracle-developer-tables-indexes-essentials-m2-slides
David Berry
http://buildingbettersoftware.blogspot.com/
Introduction to Tables
Maximum
• 30 characters for all object types
Length
SQL Reserved
• Possible to use but discouraged
Words
Unquoted Names
-- So is this
SELECT Zip_Code, City, State
FROM Zip_Codes;
Quoted Identifiers
• 30 characters maximum
Column
• Names must be unique within a table
Naming Rules
• Names can be reused in different tables