Mention the difference between Text and Memo field data type.
The difference between Text and Memo field data type are:
| Text | Memo |
| It stores alphanumeric characters. | It stores long alphanumeric characters. |
| It can hold up to 255 characters. | It can hold up to 65535 characters. |
| It is used to input name, address, etc. | It is used to input short description. |