Which of the following is a valid insert statement in mongodb? Select all valid.
Select all that apply, then click Submit answer.
-
○
db.test.push({x:2,y:"apple"})
-
○
db.test.insert«"x":2, "y":"apple"})
-
○
db.test.insert({x:2,y:"apple"})
-
○
db.test.insert({x:2},{y:"apple"})