What's new

Closed Mongodb - the complete developer's guide

Status
Not open for further replies.

noname18

Forum Guru
Joined
Oct 16, 2014
Posts
2,859
Reaction
4,236
Points
1,026
Master MongoDB Development for Web & Mobile Apps. CRUD Operations, Indexes, Aggregation Framework - All about MongoDB!

What you'll learn
  • Use MongoDB to its full potential in future projects
  • Write efficient and well-performing queries to fetch data in the format you need it
  • Use all features MongoDB offers you to work with data efficiently
Requirements
  • NO prior knowledge of databases (of any kind) is required
  • General web development or mobile development knowledge will help you but is not a must-have
  • You can use any operating system - Windows, macOS, Linux, it'll all work!
Description

MongoDB is one of the most important databases you can work with these days. It's extremely popular and MongoDB developers are in high demand.

No matter if you're building web applications, mobile applications or any other kind of application or if you're a data scientist - you'll need to work with data. Storing data, querying it efficiently and minimizing complexities whilst optimizing performance are crucial tasks.

MongoDB makes working with data simple - it's built on a philosophy that prioritizes performance and efficiency.

In this course, you'll learn all about MongoDB from scratch. No prior MongoDB or database experience is required!

DOWNLOAD LINK
You do not have permission to view the full content of this post. Log in or register now.

Paki remove nalang ng parenthesis. That tutorial is all about Database using No SQL. Sana makatulong.
 

Attachments

Nialovesss, database yang MongoDB.

Sa mga baguhan pa lang sa MongoDB, mas maganda na magsimula kayo dun official docs ng driver ng language nyo. Then pwede nyo tingnan yung reference sa mismong mongodb site.
Kalimitan may quick start o tutorial dun. May mga example din.
 
mga Database expert jan patulong naman po.
pano ko po ba malalaman kung ilang taon na nagagamit yung database?

at pano ko din po makikita yung list ng student na walang middle name?
enrollment system po ito sa school namin

salamat po sa sasagot. .advance Merry Christmas :D
 
mga Database expert jan patulong naman po.
pano ko po ba malalaman kung ilang taon na nagagamit yung database?

at pano ko din po makikita yung list ng student na walang middle name?
enrollment system po ito sa school namin

salamat po sa sasagot. .advance Merry Christmas :D
Patay di ko alam yan to be honest. yong shinare ko ay no SQL Database tutorial papsy. Hintayin natin yong iba baka may idea sila. Anong database ba yan?
 
yanzy050
Ano database mo? Pwede mo ata i-check yung log ng database. Tingnan mo na lang yung manual.
Pwede mo din i-query yung mga walang middlename. Gamit ka na lang siguro ng database client.

Mas madali pala kung tanong mo na lang yan sa dev ng system.
 
yanzy050
Ano database mo? Pwede mo ata i-check yung log ng database. Tingnan mo na lang yung manual.
Pwede mo din i-query yung mga walang middlename. Gamit ka na lang siguro ng database client.

Mas madali pala kung tanong mo na lang yan sa dev ng system.

mysql workbench po gamit ko boss
di ko kasi alam pano ipalabas yung list ng mga student na walang middle name

select lastname, firstname, middlename from studentinfo
where middlename " "? ano po kaya yung condition na pwede kung ilagay dito? yan nalang kasi yung kulang
 
mysql workbench po gamit ko boss
di ko kasi alam pano ipalabas yung list ng mga student na walang middle name

select lastname, firstname, middlename from studentinfo
where middlename " "? ano po kaya yung condition na pwede kung ilagay dito? yan nalang kasi yung kulang
Mas ok siguro kung mag provide ka ng codes. Baka mas madali ma solve yong problem mo. To be honest wala ako idea jan.
 
Sorry. Hindi ko na tanda yung mga syntax sa mysql. Hehe
Search ka na lang sa stackoverflow.

Ito nakita kong isa. Ewan ko lang kung working.
Code:
SELECT * FROM table WHERE some_col IS NULL OR some_col = '';
Source: You do not have permission to view the full content of this post. Log in or register now.
 
Mas ok siguro kung mag provide ka ng codes. Baka mas madali ma solve yong problem mo. To be honest wala ako idea jan.

nakuha ko na po yung sa mga walang middlename, yung isa nalang po
may query po ba para malaman kung ilang taon na nag exist yung system or database?
 
Sorry. Hindi ko na tanda yung mga syntax sa mysql. Hehe
Search ka na lang sa stackoverflow.

Ito nakita kong isa. Ewan ko lang kung working.
Code:
SELECT * FROM table WHERE some_col IS NULL OR some_col = '';
Source: You do not have permission to view the full content of this post. Log in or register now.

may query po ba para malaman kung ilang taon na ginagamit yung system or database?
 
yanzy050

Kung may date column sa any table sa database mo. Pwede mo siguro i-query yung lowest date.
Pwede atang yun ang gawing mong reference sa problema mo. :)

P.S.: Bakit ba kelangan mo malaman yung age ng database? Tanong mo na lang sa admin ng system. Hehe
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top