insert into shared_file (file_name, description, content_type, byte_size, content, uploaded_by)
values (#{fileName}, #{description}, #{contentType}, #{byteSize}, #{content}, #{uploadedBy})
update shared_file set description = #{description} where id = #{id}
delete from shared_file where id = #{id}