Menu

add column in already created table.

How to add column in already created table.

  • ALTER TABLE table-name ADD COLUMN column-name column-type;
    ex :
  • ALTER TABLE Student ADD COLUMN StudentID Integer;

see also sqlite operators 

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...