You are an angel ! I wanted to learn DBMS for my new project, and coincidentally you started a new course on MongoDB. These videos have helped me a lot.
@SaifUlIslam-di5xv4 жыл бұрын
How did the project go? :D
@Vijay-Yarramsetty3 жыл бұрын
don't feel bad. Nobody can watch your videos without subscribing after a couple of videos. Thanks for the great content.
@kankit085 жыл бұрын
Please continue this Mongodb series Sir. I am working on my master's project and I am trying to develop a database using mongodb. Please upload the video daily.
@abderrahmanemabroukmerabet92743 жыл бұрын
I really like your videos, this course is the best, thanx for doing this
@nandhakumargunasekaran88885 жыл бұрын
Amazing video one more time.👍👌
@adarshraj67214 жыл бұрын
Will finish all the video today
@pramodrocks39045 жыл бұрын
Technology will always be in continuous motion , neither it takes a break nor it will stop
@powerofpizzazz4 жыл бұрын
This was a great tutorial!! Thank you
@mayurkeswani23124 жыл бұрын
Nicely explained👌👌
@vinaybhupatiraju3933 жыл бұрын
New sub❤️ watched ur live with Naveen sir❤️❤️ so cool
@dhakshintechi98965 жыл бұрын
Love u sir.....bcs of ur videos
@disasterunfold78854 жыл бұрын
u r great tutor
@alexnedin5 жыл бұрын
Thank you for the lesson Hitesh 👍
@Mr_ArunGupta5 жыл бұрын
awesome video sir
@shubhiVerma_5 жыл бұрын
After a long wait get it , thank you , also tell how to save the data
@avinav66872 жыл бұрын
can we use this query ---> db.studentData.find({name:"Mark"},{lastlogin:1}) instaed of 6:19 what you told? Is mine a query a valid one?
@iamkmsyed5 жыл бұрын
Best sir 👍👍👍👍👍👍
@maxmaksum46734 жыл бұрын
Hitesh brother it is really great...could please you make video for like system, follow system, and comment systems..thank you brother
@sanish_manandhar_5 жыл бұрын
Great video sir..
@maheshchoudhury76244 жыл бұрын
You are awesome!
@sagarp75164 жыл бұрын
Please post videos on replace topic
@nageshbadiger48705 жыл бұрын
Hi .my json size is 10mb and i m trying to insert into mongoose using nodejs . its only inserting only first 2 records 1 array[0] size 310 line in json . i dont know what happening in this case
@beckett14584 жыл бұрын
How would you extend the array, addind another day to lastlogin
@sheetalmaheshwari93685 жыл бұрын
Awesome 👍👍👍👍
@subhanshusahani9649 Жыл бұрын
Sir how can we update a value at any particular index in an array? What should we pass in { $set: } eg: data:[ "0","0","1"] and we want to update 1st index value. Thanks in advance
@ayushprakash38903 жыл бұрын
how do you add a Thursday in the array
@shoebathar17833 жыл бұрын
very Good
@SumitSingh-cx2mh5 жыл бұрын
i think findOne() returns an object and find() returns an array of objects
@web3.educator5 жыл бұрын
Alternative Query: db.studentData.findOne({name : "Mark"},{lastlogin:1,_id:0})
@yogeswarreddy16184 жыл бұрын
How to convert integer to string inside array can u please tell me
@miladshariati86524 жыл бұрын
Hi. thank you so much. I want to use 3D array in mongoDB, it's possible? how?
@bojjapraveena39594 жыл бұрын
Hi Thanks for the videos.We r getting issue with document size,data is huge so getting error as document after update is larger than 16777216,any solution for this.Thanks in Advance.
@MrRahul007124 жыл бұрын
Hi, how is possible if i want to make condition in fetching the bwlow structure { name: "ABC", branch: [ {python: "no"}, {mongodb: "yes"} ] } how to give condition in find() that only fetch whose mongodb is yes