Database Administration Fundamentals (SF19SQL1002) – Day 3

We have started creating, dropping and altering objects.

  CREATE  db_object  obj_name   [code_structure];

  DROP    db_object  obj_name;

  ALTER   db_object  obj_name   ADD|DROP|ALTER  db_object  data_type;

Download the class notes for day 3(a) and day 3(b).

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.