In this example we are using the PurchaseOrderHeader table to select the top 10 records and just the OrderDate column from the table sorted by OrderDate indescendingorder. There is no index on the OrderDate column. SELECTTOP10OrderDateFROMPurchasing.PurchaseOrderHeaderORDERBYOrderDatedesc This qu...