PrepAway - Latest Free Exam Questions & Answers

Category: 70-762

Exam 70-762: Developing SQL Databases

You need to optimize the statement

You are developing a database application by using Microsoft SQL Server 2012.
An application that uses a database begins to run slowly.

Your investigation shows the root cause is a query against a read-only table that has a clustered index.
The query returns the following six columns:
One column in its WHERE clause contained in a non-clustered index
Four additional columns
One COUNT (*) column based on a grouping of the four additional columns
You need to optimize the statement.
What should you do?

Which Transact-SQL query should you use?

Your database contains tables named Products and ProductsPriceLog. The Products table contains columns named ProductCode and Price. The ProductsPriceLog
table contains columns named ProductCode, OldPrice, and NewPrice.
The ProductsPriceLog table stores the previous price in the OldPrice column and the new price in the NewPrice column.
You need to increase the values in the Price column of all products in the Products table by 5 percent. You also need to log the changes to the ProductsPriceLog
table.
Which Transact-SQL query should you use?

Which Transact-SQL statement should you use?

You develop a Microsoft SQL Server 2012 database that has two tables named SavingAccounts and LoanAccounts. Both tables have a column named
AccountNumber of the nvarchar data type.
You use a third table named Transactions that has columns named TransactionId AccountNumber, Amount, and TransactionDate.
You need to ensure that when multiple records are inserted in the Transactions table, only the records that have a valid AccountNumber in the SavingAccounts or
LoanAccounts are inserted.
Which Transact-SQL statement should you use?


Page 1 of 612345...Last »