- 1
in MS Access database there is a data type called Attachment.
In MySql the data type is blob
in Ms Sql Server the datatype is VarBinary
Any way, it is advisable to not store images and videos in db, instead you could link them to you db.
If you realy want to store files in db, then you could store files below 256KB which may not affect the performance



