Computer Science, asked by kretashirke62, 5 months ago

what kind of Indictor is used for hh:mm:ss form of time ??


pls pls answer fast
i will mark as brainlest ​

Answers

Answered by ananyanaskar28
2

Answer:

When you directly SELECT any sort of TIME data type to display, you get a default TIME-to-string conversion operation. The default TIME-to-string conversion in some generations of MySQL yields a string ending in hh:mm:ss+zz00 . +zz00 is a timezone indicator, and often displays as +0000 .

Explanation:

Please follow me

Answered by Anonymous
4

Answer:

When you directly SELECT any sort of TIME data type to display, you get a default TIME-to-string conversion operation. The default TIME-to-string conversion in some generations of MySQL yields a string ending in hh:mm:ss+zz00 . +zz00 is a timezone indicator, and often displays as +0000

Explanation:

#Hope you have satisfied with this answer.

Similar questions