4
Answers

Mysql insert stored procedures

David Smith

David Smith

13y
2.5k
1
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?
Answers (4)