Putting constraint on an attribute gender so that it only accepts ‘F’ or ‘M’ characters
I am doing an assignment which is implementing a database that has book, author, publisher and people tables in it. CREATE TABLE IF NOT EXISTS Author ( author_id INT, author_name…