This script is based on the InstallSqlState.sql script but works with SQL 2016 In-Memory OLTP by replacing the following objects to in-memory and natively compiled stored procedures.
The output of a SELECT statement is called results or a result set as it’s a set of data that results from a query. SELECT * - referred to as a 'select star statement' The query below selects customer ...