Computer Science, asked by arun9021, 1 year ago

The speed_time column should store a fractional second value. Which data type should you use?

Answers

Answered by gurukulamdivya
0

here is your Answer:

if the value is fractional or decimal then it should be store in float(4 bytes capacity) or double (8 bytes capacity) data type

Similar questions