DP-300 Exam Question 66

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have two Azure SQL Database servers named Server1 and Server2. Each server contains an Azure SQL database named Database1.
You need to restore Database1 from Server1 to Server2. The solution must replace the existing Database1 on Server2.
Solution: From the Azure portal, you delete Database1 from Server2, and then you create a new database on Server2 by using the backup of Database1 from Server1.
Does this meet the goal?
  • DP-300 Exam Question 67

    You have an Azure SQL database named DB1 that contains a table named Orders. The Orders table contains a row for each sales order. Each sales order includes the name of the user who placed the order.
    You need to implement row-level security (RLS). The solution must ensure that the users can view only their respective sales orders.
    What should you include in the solution? To answer, select the appropriate options in the answer are a.
    NOTE: Each correct selection is worth one point.

    DP-300 Exam Question 68

    You have an Azure Synapse Analytics workspace named WS1 that contains an Apache Spark pool named Pool1.
    You plan to create a database named DB1 in Pool1.
    You need to ensure that when tables are created in DB1, the tables are available automatically as external tables to the built-in serverless SQL pool.
    Which format should you use for the tables in DB1?
  • DP-300 Exam Question 69

    You have an Azure SQL database named DB1. You run a query while connected to DB1.
    You review the actual execution plan for the query, and you add an index to a table referenced by the query.
    You need to compare the previous actual execution plan for the query to the Live Query Statistics.
    What should you do first in Microsoft SQL Server Management Studio (SSMS)?
  • DP-300 Exam Question 70

    You have an Azure SQL database that contains a table named Employees. Employees contains a column named Salary.
    You need to encrypt the Salary column. The solution must prevent database administrators from reading the data in the Salary column and must provide the most secure encryption.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.