Database

4 posts tagged with "Database"

March 5, 2018 · 2 min read
Fetching Items with Multiple Tags in a Tag-based Search
The previous method can tag multiple, but can retrieve only mails from a single label. In this article, we'll see how to retrieve mails from more than one label.
Programming
June 14, 2017 · 7 min read
Implementation for tag based mail system by JOINS using MySQL Database
A beginner's guide to implement tags based mail system using MySQL JOINs.
Programming
June 8, 2017 · 33 min read
Introduction to MongoDB
A quick introduction on MongoDB from a beginner's perspective. My learning experience as an article.
JavaScript, Programming
May 12, 2017 · 2 min read
Getting the consolidated sum of transactions grouped by currency just using MySQL
This article explains how you can make all the complex calculations using only the Database Server, instead of processing the data on the server side application.
Programming