I have a table Country in database with the following fields
- CountryId
- CountryName
Now I have to write a procedure which will first check whether @CountryName exists or not. If it already exists it should update that row. If it doesn't exists it should perform insert operation...