Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
A collection and a document in MongoDB is equivalent to which of the SQL concepts?
Home
MongoDB
A collection and a document in MongoDB is equivalent to which of the SQL concepts?
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
A collection and a document in MongoDB is equivalent to which of the SQL concepts?
A - Table and Row
B - Table and Column
C - Column and Row
D - Database and Table
#mangodb
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 17, 2020
by
AdilsonLima
(
6.3k
points)
A - Table and Row
Related questions
0
votes
Q: Which statement MongoDB query is equivalent to the following SQL query: UPDATE users SET status = "C" WHERE age > 25
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
#mangodb
0
votes
Q: Consider a collection posts which has fields Which statement query retrieves ONLY the key named post_text from the first document retrieved?
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
#mangodb
0
votes
Q: What is the maximum size of a MongoDB document? m
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
#mangodb
0
votes
Q: Which command can be used to check the size of a collection named posts?
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
#mangodb
0
votes
Q: In our posts collection, which of following command can be used to find all the posts whose author names begin lie between
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
#mangodb
0
votes
Q: Which commands finds all the documents in the posts collection with post timestamp field as null?
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
#mangodb
0
votes
Q: Which statement is incorrect statement about find and findOne operations in MongoDB?
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
#mangodb
0
votes
Q: What is the maximum size of Index Key Limit and Number of Indexes per collection?
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
#mangodb
0
votes
Q: Which command can be used in mongo shell to show all the databases in your MongoDB instance?
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
#mangodb
+1
vote
Q: By default, the MongoDB cursor in mongo shell is configured to return how many documents? To get the next set of documents, which command is used?
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
#mangodb
0
votes
Q: Which of the following option is a valid MongoDB JSON :
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
#mangodb
0
votes
Q: In a collection that contains 100 post documents, what does below command do? db.posts.find().skip(5).limit(5)
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
#mangodb
0
votes
Q: Which statement is correct about MongoDB?
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
#mangodb
0
votes
Q: Which statement is correct explanation of MongoDB processes?
asked
Jun 17, 2020
in
MongoDB
by
AdilsonLima
(
6.3k
points)
#mangodb
+1
vote
Q: How to add MongoDB array using insert() with example?
asked
Aug 24, 2020
in
MongoDB
by
Hodge
(
2.6k
points)
#mangodb
...