What will be the output of the below SQL statement?

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

SELECT CAST(25.65 AS int);
  1. 25
  2. 26

Answer: A) 25

Explanation:

This statement converts the value to an int datatype.

Comments and Discussions!

Load comments ↻






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