Your company’s environment includes on-premises Microsoft SQL Server as well as Microsoft Azure SQL Database instances. A number of client databases are hosted in this environment. A client has complained that query completion in their on-premises instance takes longer than necessary. You are required to make sure that the query optimizer is able to use the optimal query execution plans available by reconfiguring table statistics. Solution: You make use of the UPDATE STATISTICS Transact-SQL segment. Does the solution meet the goal?