Free 70-461 Exam Braindumps

Pass your MCSA Querying Microsoft SQL Server 2012/2014 (RETIRED) exam with these free Questions and Answers


  • Exam Code: 70-461
    Exam Title: MCSA Querying Microsoft SQL Server 2012/2014 (RETIRED)
  • Exam Provider: Microsoft
  • Exam Questions: 254
  • Updated On: 18-Feb-2021

QUESTION: 1
You develop a Microsoft SQL Server 2012 server database that supports an application. The
application contains a table that has the following definition:
CREATE TABLE Inventory
(ItemID int NOT NULL PRIMARY KEY,
ItemsInStore int NOT NULL,
ItemsInWarehouse int NOT NULL)
You need to create a computed column that returns the sum total of the ItemsInStore and
ItemsInWarehouse values for each row.
Which Transact-SQL statement should you use?

A. ALTER TABLE Inventory
ADD TotalItems AS ItemsInStore + ItemsInWarehouse
B. ALTER TABLE Inventory
ADD ItemsInStore - ItemsInWarehouse = TotalItemss
C. ALTER TABLE Inventory
ADD TotalItems = ItemsInStore + ItemsInWarehouse
D. ALTER TABLE Inventory
ADD TotalItems AS SUM(ItemsInStore, ItemsInWarehouse);

Answer(s): A
Reference:
http://technet.microsoft.com/en-us/library/ms190273.aspx
QUESTION: 2
You develop a Microsoft SQL Server 2012 database. You create a view from the Orders and
OrderDetails tables by using the following definition.

You need to improve the performance of the view by persisting data to disk. What should you
do?

A. Create an INSTEAD OF trigger on the view.
B. Create an AFTER trigger on the view.
C. Modify the view to use the WITH VIEW_METADATA clause.
D. Create a clustered index on the view.

Answer(s): D
Reference:

https://xcerts.com


  • Disclaimers:
  • Free-Braindumps.com website is an independent entity and is not affiliated with or endorsed by Microsoft.
  • Trademarks, certification, and product names mentioned are used for reference purposes only and remain the property of Microsoft.



Post your Comments and Discuss Microsoft 70-461 exam with other Community members:

Praba 10/2/2017 3:20:42 PM
Great
UNITED STATES
upvote