DBMS
Programming and Technical
Category
In SQL, what does the query SIGN(-50) will produce the output??
Read Solution (Total 4)
-
- IN SQL, SIGN() Function will give value as,
If number>0 then 1
If number=0 then 0
If number - 6 years agoHelpfull: Yes(2) No(0)
- output will be -1.
- 7 years agoHelpfull: Yes(0) No(0)
- (-1) is the answer.SIGN() is a function which returns the value indicating the sign of a number .If a number is less than zero then it will give -1.
- 6 years agoHelpfull: Yes(0) No(0)
- Answer will be -1 because number < 0.
- 3 years agoHelpfull: Yes(0) No(0)
DBMS Other Question