Displays a submenu that provides table commands. Used in the Table and Database designers.
Set Primary Key
Defines a primary key to enforce uniqueness for values entered in specific columns that do not allow nulls.
Insert Column
Adds a new column definition to the end of a table. Use additional columns to capture additional data that isn't already stored in an existing column.
Delete Column
Deletes a column from a table. The columns, any constraints attached to them, any relationships they participate in, and the data that's stored in them are deleted from the database when you save the table or diagram.