Final answer:
To comply with ANSI standards, a commercial database management system must support the 'Drop Table,' 'Alter Table,' and 'Update' commands in the same way. Therefore, the correct options are a.) Drop Table, b.) Alter Table, and c.) Update.
Step-by-step explanation:
In order to comply with ANSI standards, a commercial database management system must support the following commands in the same way:
- Drop Table: This command is used to permanently remove a table and its data from the database.
- Alter Table: This command is used to modify the structure of a table, such as adding or deleting columns.
- Update: This command is used to modify existing data in a table.
Therefore, the correct options are a.) Drop Table, b.) Alter Table, and c.) Update.