How transfer table from one schema to another schema in Sql server: SQL Server Interview Question
SQL Server Interview Question: Write down the query to transfer a table from Sales schema to Purchases schema? Ans: ALTER SCHEMA Purc...

http://www.interviewquestionspdf.com/2016/01/how-transfer-table-from-one-schema-to.html
SQL Server Interview Question: Write down the query to transfer a table from Sales schema to Purchases schema?
Ans: ALTER SCHEMA Purchases TRANSFER Sales.Customer
Click here for more than 300 Sql server Interview questionsAns: ALTER SCHEMA Purchases TRANSFER Sales.Customer