SDN301m_-_SU_2024_-_RE_2428.webp
Q

SDN301m_-_SU_2024_-_RE_2428.webp

Kizspy | Question: 33
(Choose 1 answer)
Which of the following will implicitly create the collection testData?
while (var i = 1; i <= 25; i++)
db.testData.insert({x:i})
}
B. for (var i = 1; i <= 25; i++)
{ db.testData.insert({x:i})
}
C. for (var i = 1; i <= 25; i++)
{ db.testData.inserts({x:i})
}
D. None of the mentioned
FUOV

Thông tin

Category
SDN301m
Thêm bởi
quangthai2001
Ngày thêm
Lượt xem
958
Lượt bình luận
3
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom