describe the following data types briefly:
1. Memo
2. Date/time
3.Currency
4.OLE object
5. Attachment
Answers
Answered by
2
Explanation:
The MEMO data type provides storage for variable length and arbitrary format data.
the OLE Object data type lets you store files created in other programs such as graphics, Excel spreadsheets, or Word document
In MS Access accdb Microsoft introduced a new data type called attachments. Many types of files can be stored in a column which has the attachment data type. Someone can add bitmap files, jpg files, sound files, word documents, etc. to a column without increasing the size of the database.
Similar questions