how to add multimedia files(such as images) in a database(SQL SERVER or ORACLE)
You would use a BLOB column type. Why can't you just store references to the paths of the media though, which is the most common?