Q14 Single choice Mark for later You perform the following operation in the shell: db.foo.insert( { } );What gets inserted? A A document will be inserted with the same_id as the last document inserted B A document that matches the collection's existing schema, but with null fields C A document with an_id assigned to be an Objectld D An empty document E No document will be inserted; an error will be raised Correct answer