|< < 23 > >|

Indexes

You are here

DML

For operating on data:

  • select
  • insert
  • update
  • delete
  • begin
  • commit
  • rollback

DDL — Logical Structure

For specifying schema objects:

  • create table
  • drop table
  • alter table
  • create view
  • drop view
  • create function
  • drop function
  • create trigger
  • drop trigger

|< < 23 > >|