YOU HAVE A TABLE NAMED TEAMMEMBERS CONTAINING THE DATA SHOWN IN TAB...

9. You have a table named TeamMembers containing the data shown in Table 14.3.Table 14.3

TeamMembers Table

MemberName varchar(50) PRIMARY KEY

Valentine

Hayden

Matthew

MemberName is the PRIMARY KEY for the table. You execute the following statement:

INSERT TeamMembers Values ('Phil'), ('Valentine'), ('Peter')

Which team members will be present in the TeamMembers table after the state-ment executes?A. Valentine, Hayden, Matthew, PhilB. Valentine, Hayden, Matthew, Phil, PeterC. Valentine, Hayden, Matthew, Phil, Valentine, PeterD. Valentine, Hayden, Matthew