Database Tutorial

Course Tutorial Site

Site Admin

DROP

without comments

Week #2: Articles

Learning Outcomes

  • Learn how to drop tables.
  • Learn how to drop indexes.
  • Learn how to drop views.
  • Learn how to drop types.

DDL Commands

DROP Statement

You can apply the DROP statement to all objects in the database. For example, you can change databases, users, tables, indexes, sequences, synonyms, types, view, and directories. This post focuses on dropping tables, indexes, views, and types.

DROP Tables

This section shows you how to drop tables.

DROP Indexes

This section shows you how to drop indexes.

DROP Views

This section shows you how to drop views.

DROP Types

This section shows you how to drop types.

Written by michaelmclaughlin

August 7th, 2018 at 12:54 am

Posted in