How to find out if a record already exists in a database or not in Magento ?

To check out whether record exists in the database of MAGENTO you can use the following query:::
getCollection()->addFieldToFilter('field_name', $value_to_check)->getFirstIt...