Question: Though not currently a requirement, what will a future release of SQL Server require of all SQL statements?Though not currently a requirement, what will a future release of SQL Server require of all SQL statements?

  1. `All statements must end with a semicolon.`
  2. `All statements must operate on a table of data.`
  3. `All statements must always be written in uppercase letters.`
  4. `All statements must include more than one variable.`

Answer: The correct answer of the above question is Option A:`All statements must end with a semicolon.`