Computer Science, asked by pratikshyadisha2136, 1 year ago

Which MySQL type is most suitable for 'price' column?

Answers

Answered by omegads04
0

Answer: The best type for price column should be DECIMAL .

Explanation: The type DECIMAL stores the value precisely . For Example DECIMAL ( 10 , 2 ) can be used to store price value .

Similar questions