A collection of 12 FAQs on Oracle SQL DDL statements. Clear answers are provided with tutorial exercises on creating, altering and dropping tables, indexes, and views.
- What Are DDL Statements?
- How To Create a New Table?
- How To Create a New Table by Selecting Rows from Another Table?
- How To Add a New Column to an Existing Table?
- How To Delete a Column in an Existing Table?
- How To Drop an Existing Table?
- How To Create a Table Index?
- How To Rename an Index?
- How To Drop an Index?
- How To Create a New View?
- How To Drop an Existing View?
No comments:
Post a Comment