alterTable - What is the primary purpose of the `alterTable` action?

Réponse

The `alterTable` action is used to modify the metadata and structure of an in-memory table. This includes renaming the table, changing the table's label, altering column properties like names, labels, and formats, as well as dropping columns.
Did this answer help you?