What data type is money?



What data type is money?..

Answer / Gaurav Srivastav

'MONEY' is not a native data type in MySQL. Instead, you can use DECIMAL(m,d) for fixed-point numbers to represent monetary values.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to change the database engine in mysql?

1 Answers  


what is the default port for mysql server? : Mysql dba

1 Answers  


How would you get the current date in mysql?

1 Answers  


What is the use of mysqli_query?

1 Answers  


What is mysql optimization?

1 Answers  


What does TIMESTAMP ON UPDATE CURRENT_TIMESTAMP data type do?

1 Answers  


How many columns can you create for an index?

1 Answers  


What is meant by mysqli?

1 Answers  


How will you export tables as an xml file in mysql?

1 Answers  


How to create a table?

1 Answers  


What is new mysqli?

1 Answers  


How to create a test table in your mysql server?

1 Answers  


Categories