1.

Explain Scalar functions in SQL?

Answer»

It is a function that takes one or more values but RETURNS a single value. It is BASED on USER INPUT and returns a single value.

  • UCASE()
  • LCASE()
  • MID()
  • LEN()
  • ROUND()
  • NOW()
  • FORMAT()


Discussion

No Comment Found