Question 62:
You need to design an Azure SQL Database based on elastic pools. You are planning to create a table Employee having the data about the employees.For each record, there is an EmployeeID.You need to implement a data partitioning strategy based on the values in EmployeeID. You discuss with your friend and he suggests you to separate the data into Employee Departments via vertical partitioning. Will it help you in achieving the goal?
Answer options:
A.Yes B.No