What will be the output of the below SQL statement (1)?

11. What will be the output of the below SQL statement?

SELECT CAST(25.65 AS varchar);
  1. 25
  2. 26
  3. 25.65
  4. 25.00

Answer: C) 25.65

Explanation:

This statement converts the value to a varchar datatype.

Comments and Discussions!

Load comments ↻






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