I don't know how to add songs in the database along with their link, content_type, duration, size, etc.
I don't know which query & what datatype will be required to add the songs inside a database table.
Since music file is a .mp3 or .wav data I cannot possibly add it inside the database table without the proper knowledge.
I checked it on the internet but did not found any thing special.
Also what is the maximum size of the song that I can store in the database table?
I only need to know how a song can be added inside the database table?
The datatype for the song required?
The maximum size of the song that can be stored inside the database, since i have song files that are about 7MB-10MB large.