{"tool":"alter","tool_display":"Alter","intent":"add-partition-to-table","intent_display":"add partition to table","title":"Alter Command: add partition to table","command_string":"alter table <table_name> add partition (<partition_spec>);","raw_command_string":"alter table {{table_name}} add partition ({{partition_spec}});","description":"Exact CLI syntax to add partition to table using Alter.","usage_scenario":"When scaling out a table architecture to accommodate increasing data volumes.","scenario_context":null,"simulated_output":null,"how_to_steps":null,"canonical_url":"https://www.syntaxstandard.com/alter/add-partition-to-table"}