MCQs>Database Management>Transact-SQL (T-SQL)>Your database currently has a table called Inventory in the Warehouse schema. You need to move the table to the Products schema. Which query accomplishes this goal?
Transact-SQL (T-SQL) MCQs
Your database currently has a table called Inventory in the Warehouse schema. You need to move the table to the Products schema. Which query accomplishes this goal?
Answer
Correct Answer: ALTER SCHEMA Products TRANSFER Warehouse.Inventory;
Explanation:
Note: This Question is unanswered, help us to find answer for this one