I’ve been doing relational databases for a long time now, especially when you’re dealing with making data-rich web applications.
In fact, every full stack developer will tell and share you their stories and trivialities of working with database intimately every day.
So what better way to work with them is to know plenty of SQL statements such as SELECT, GROUP BY, FROM, WHERE etc, which is paramount without question.
Knowing such basic skills allows you to work with disparate industry-standard relational database technologies such as MySQL, MS SQL, Oracle DB, Postgres, and many more.
But what I discovered, recently of late, there’s a new tool that has been slowly introduced to these relational database technologies crowd all the while.
For the first time, you can now create and generate JSONified results from SQL statements.