Valid DP-900 Dumps shared by ExamDiscuss.com for Helping Passing DP-900 Exam! ExamDiscuss.com now offer the newest DP-900 exam dumps, the ExamDiscuss.com DP-900 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com DP-900 dumps with Test Engine here:
Which T-SQL statement should be used to instruct a database management system to use an index instead of performing a full table scan?
Correct Answer: A
Table hints override the default behavior of the Query Optimizer for the duration of the data manipulation language (DML) statement by specifying a locking method, one or more indexes, a query-processing operation such as a table scan or index seek, or other options. Table hints are specified in the FROM clause of the DML statement and affect only the table or view referenced in that clause. This applies to the following commands: DELETE INSERT SELECT UPDATE MERGE Reference: https://docs.microsoft.com/en-us/sql/t-sql/queries/hints-transact-sql-table