What is the syntax to declare the local temporary tables?

32. What is the syntax to declare the local temporary tables?

  1. DECLARE TABLES
  2. DECLARE TEMPORARY TABLE
  3. DECLARE LOCAL TEMPORARY TABLE
  4. DECLARE GLOBAL TEMPORARY TABLE

Answer: C) DECLARE LOCAL TEMPORARY TABLE

Explanation:

The syntax to declare the local temporary tables is DECLARE LOCAL TEMPORARY TABLE.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.