What does `FLOOR(4.9)` return in SQL?

Advanced SQL Developer Easy

Advanced SQL Developer — Easy

What does `FLOOR(4.9)` return in SQL?

Key points

  • `FLOOR` rounds down to the nearest whole number
  • It does not return a decimal or NULL
  • Always check the function's documentation for specific behavior

Ready to go further?

Related questions