Examine these MySQL Shell statements:
What is the true about the attempts to add document to the collection?
All documents are added without any error or warning.
First three documents are added, then different number of fields cause an error.
First two documents are added, then mismatched field names cause an error.
First two documents are added, then mismatched field names cause a warning.
All documents are added and cause a warning.
Submit