Note: This question is part of a series of questions that use the same or similar answer choices. An answer ch
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than…
Note: This question is part of a serie…
Note: This question is part of a serie…
Note: This question is part of a series of questions that use the same or similar answer choices.
Note: This question is part of a series of questions that use the same or similar answer choices.
You have an application that queries a database. Users report that the application is slower than expected.
You have an application that queries a database. Users report that the application is slower than expected.
Which Transact-SQL segment should you use?
sql/t-sql/statements/alter-database-transact-sql-set-options?view=sql-server-2017#auto_update_statistics…
Which Transact-SQL query should you use?
Your database contains a table named Purchases. The table includes a DATETIME column named PurchaseTime that stores the date and time each purchase is
made. There is a non- clustered index on the PurchaseTime column. The business team wants a report that displays the total number of purchases made on the
current day. You need to write a query that will return the correct results in the most efficient manner.
Which Transact-SQL query should you use?
Which table hint should you use?
You develop a Microsoft SQL Server 2012 database that contains a heap named OrdersHistoncal.
You write the following Transact-SQL query:
INSERT INTO OrdersHistorical
SELECT * FROM CompletedOrders
You need to optimize transaction logging and locking for the statement.
Which table hint should you use?
Which Transact-SQL statement should you use?
You administer a SQL Server 2012 server that contains a database named SalesDb. SalesDb contains a schema named Customers that has a table named
Regions. A user named UserA is a member of a role named Sales. UserA is granted the Select permission on the Regions table. The Sales role is granted the
Select permission on the Customers schema.
You need to ensure that the following requirements are met:
The Sales role does not have the Select permission on the Customers schema. UserA has the Select permission on the Regions table.
Which Transact-SQL statement should you use?
You need to create an object that meets the following r…
You use Microsoft SQL Server 2012 to develop a database application. You need to create an object that meets the following requirements:
Takes an input variable
Returns a table of values
Cannot be referenced within a view
Which object should you use?
Which Transact-SQL query do you use?
You are a database developer for an application hosted on a Microsoft SQL Server 2012 server. The database contains two tables that have the following
definitions:
Global customers place orders from several countries. You need to view the country from which each customer has placed the most orders.
Which Transact-SQL query do you use?