- MongoDB වල use කරන query language එක මොකක්ද?
- MongoDB වල SQL use කරන්න බැරිද?
Dhanuka ShamenCode Junior
MongoDB
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
MongoDB is a No SQL Database
මොන්ගෝ ඩීබී විමසුම් ජාවාස්ක්රිප්ට් මත පදනම් වේ. භාෂාව සාධාරණ ලෙස ඉගෙනීමට පහසු වන අතර SQL සින්ටැක්ස් භාවිතයෙන් මොන්ගෝ ඩීබී දත්ත විමසීමට බොහෝ මෙවලම් තිබේ. දත්ත විමසීමේදී, ඔබට අසාමාන්ය පරාසයක විකල්ප, ක්රියාකරුවන්, ප්රකාශන සහ පෙරහන් තිබේ. ප්රලේඛනය පොදු දත්ත සමුදා මෙහෙයුම් සඳහා මොන්ගෝ ඩීබී විමසුම් භාෂාව සහ SQL සින්ටැක්ස් සංසන්දනය කරයි.
😋
MongoDB currently provides official driver support for all popular programming languages like C, C++, C#, Java, Node. js, Perl, PHP, Python, Ruby, Scala, Go and Erlang.
MongoDB is a NoSQL database. This means you do not use SQL to interact with data in the database. Instead, you use NoSQL. The first difference to discuss is vocabulary.
MongoDB wala use krnne JavaScript
1. MongoDB වල use කරන query language එක මොකක්ද?
MQL (MongoDB Query Language)
2.MongoDB වල SQL use කරන්න බැරිද?
බෑ. MongoDB හදල තියෙන්නෙම SQL use කරනවා වෙනුවට use කරන්න.
MongoDB does not use SQL as a query language. … The main reason we went the way we did with the query language – representing queries as JSON – was to normalize the data we are storing with the query mechanism.
1.javacript
2.බෑ
You can use MongoDB with Javascript