Which operation can be performed using alter table commandARename a tableBAll of themCAdd a constraintDAdd a column清空我的选择
B. All of them. The ALTER TABLE command in SQL can be used to perform various operations such as renaming a table, adding a column, adding or dropping a constraint, modifying column properties, etc.
原文地址: http://www.cveoy.top/t/topic/cyd7 著作权归作者所有。请勿转载和采集!