Provisioning SQL Databases — Question 61

You administer a Windows Azure SQL Database database named Orders.
You need to create a copy of Orders named Orders_Reporting.
Which Transact-SQL command should you use?

Answer options

Correct answer: C

Explanation

The correct answer is C because it directly copies the Orders database to create Orders_Reporting using the appropriate command syntax. Options A and B incorrectly attempt to use backup and restore, which are not required for an Azure SQL Database copy operation. Option D also misapplies backup concepts and does not achieve the intended result.