001 Code-for-Creating-Your-Own-Tables-Design-Considerations.txt
001 Creating Your Own Tables & Design Considerations
002 Code-for-Inserting-Data-Into-our-Table.txt
002 Inserting Data Into Our Table
003 Code-for-Create-Table-With-Primary-Key-Constraint.txt
003 Create Table With a Primary Key Constraint
004 Code-for-Multi-Table-Insert-Using-INSERT-ALL.txt
004 INSERT ALL for Multi-table & Conditional Inserts
005 Code-for-Alter-Table-and-Modify-Column-Attributes.txt
005 Using ALTER to modify the table structure
006 Code-for-Create-Table-with-SELECT-and-UPDATE-existing-Data.txt
006 Create Table with SELECT + UPDATE Data
007 Code-for-MERGE-Statement.txt
007 MERGE Statement in Oracle
007 merge-sql-example.txt
008 Primary and Foreign Keys.html
009 Sequence Statements in Oracle
010 Code-for-Delete-Truncate-and-Drop-Commands.txt
010 DELETE, TRUNCATE, and DROP Commands
011 Code-for-Database-Indexes.txt
011 Working With Database Indexes
012 Code-for-System-Tables-Pseudo-Columns-Deleting-Duplicate-Data.txt
012 System Tables, Pseudo Columns & Deleting Duplicates (Newly Added)
013 Code-for-Other-Objects-and-Commands-VIEWs-UNION-ALL-etc.txt
013 Views and Other Objects and Commands (Newly Added)
014 SQL could be tricky, check this out!.html
015 Granting and Revoking Privileges