In order to assign a random name to a column or table, which SQL SELECT Clause is used?

16. In order to assign a random name to a column or table, which SQL SELECT Clause is used?

  1. FROM
  2. WHERE
  3. HAVING
  4. AS

Answer: D) AS

Explanation:

In order to assign a random name to a column or table, SQL SELECT AS Clause is used.

Comments and Discussions!

Load comments ↻






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