-- Situation -1: Due to a change in company policy, we need to rename the Employee table to Staff. -- Please perform the necessary operation to rename the table. -- Note: Please do retrieve the ...
The ALTER TABLE.. ADD COLUMN statement adds a column to an existing table. This operation is online in TiDB, which means that neither reads or writes to the table are blocked by adding a column.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results