您管理SQL SERVER 2008实例,其中包含名为DB1的数据库。名为Sales.TABLE1的表存在于sales架构中。您

您管理SQL SERVER 2008实例,其中包含名为DB1的数据库。名为Sales.TABLE1的表存在于sales架构中。您需要将sale.table1表移动至Billing的新架构。您该执行哪个操作?

A.ALTER SCHEMA billing TRANSFER sales.table1

B.Alter user sales with default_schema=Billing

C.Alter authorization on sales.table1 to Billing

D.Alter table sale.table1 switch to Billing.table1

正确答案是A