Mysql insert stored procedures
I want to know which is the best route to take when verifying if record exists before entering in another record in the database or table.
Do I let the stored procedure handle whether or not record exists or do I handle in code?
Which is the most effective way to this?