This command alters the previously configured options for the specified table.
ALTER TABLE <table_identifier>
SET <table_option> = <value>;
Note that not all table options are mutable.
To check if an option is mutable, see .
All mutable options are denoted by — editable in the individual option descriptions.