---
title: "What is the difference between FLOAT, DOUBLE and REAL?"  
description: "What is the difference between FLOAT, DOUBLE and REAL?"  
author: "Anonymous User"  
published: 2011-04-23  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/790/what-is-the-difference-between-float-double-and-real  
category: "mysql"  
tags: ["mysql"]  
reading_time: 1 minute  

---

# What is the difference between FLOAT, DOUBLE and REAL?

FLOATs store floating point numbers with 8 place accuracy and take up 4 bytes. DOUBLEs store floating point numbers with 16 place accuracy and take up 8 bytes. REAL is a synonym of FLOAT for now.

## Answers

### Answer by Anonymous User

FLOATs store floating point numbers with 8 place accuracy and take up 4 bytes. DOUBLEs store floating point numbers with 16 place accuracy and take up 8 bytes. REAL is a synonym of FLOAT for now.


---

Original Source: https://www.mindstick.com/interview/790/what-is-the-difference-between-float-double-and-real

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
