while inserting data i want to check the 'name' and 'mobile number' and 'date'. if my new entries match these three fieldsthen insertion not to be done and produce the error message you are entering the same data once again. so how to validate these three fields in database to avoid repeated entries. also give me a proper query for this method