consider the following table: create table video( video id serial primary key, video name varchar not null ); which of the following is a correctly formatted insert statement that will successfully add a new record that uses the auto-incremented primary key into this table?