COMPUTER APPLICATIONS
DATABASE MANAGEMENT SYSTEMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
OLE Object
|
|
Hyperlink
|
|
Attachment
|
|
Lookup Wizard
|
Detailed explanation-1: -As previously mentioned, large binary data types include images, audio files, archive files and spreadsheet data. In addition, videos are also classified as BLOBs which is why binary files can easily be several hundred gigabytes.
Detailed explanation-2: -OLE (Object Linking & Embedding) is a way to share data between applications and give access to the data produced by application on Windows, rather than using them independently. One example is embedding graphs, equations, pictures, and even sound data in the documents.
Detailed explanation-3: -A BLOB is a binary large object that can hold a variable amount of data. The four BLOB types are TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB . These differ only in the maximum length of the values they can hold. The four TEXT types are TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT .