1. I have a table "students" with id, fname, mname, and lname columns. The 'mname' column can accept NULL.
The Submit button on the form was clicked a number of times, and because there was no input validation, I have records with nothing for fname and lname, and NULL for mname. I want to...