I'm trying to build Database design for news website.
The problem that I faced is: should I build tables for images and videos in the database??
No, you should not. Databases are not geared towards good handing of large files. Consider using file system for that.
There are tons of similar discussions around so I just drop links to them here: