SQL

Recent Articles
All you need to know about coding standards for SQL queries

Coding standards are a set of guidelines, best practices, programming styles and conventions that developers adhere to when writing a piece of code for a project. All the big software companies have them. And advise their developers to embed these coding standards in...

5 quick useful tips for SQL Server Production DBAs

SQL Server and SQL databases are here for quite a while, and there are many techniques and strategies available for the administrators to perform better in it. Many DBAs will not be aware of some of the top tips which will help you mainly in a production environment....

Top 10 best practices in MySQL

MySQL is the second most widely used open-source relational database management system in the world. It has become so popular because of its consistent fast performance, high reliability and ease of use. This article presents some of the best practices in MySQL. Best...

10 useful resources for those who wants to know more about SQL

SQL, Structured Query Language, is the primary language responsible for management of data and data structures within a relational database management system. In other words, SQL is a language used to communicate with a database. It is important to mention it is one...

DNA vs modern backup methods: The future of data storage

It’s difficult to wrap one’s mind around this, but it’s now possible to store vast amounts of data on a DNA strand. Isn’t it ironic that so much of the world’s data is stored via computerized data centers that are the result of many years of information technology and...

Relational vs Non-Relational data bases – Part 3
Relational vs Non-Relational data bases – Part 3

In the first and second part of this blog series, we saw some basic differences between the scalability of Relational and Non-Relational Databases. In this post, I will show you how to use these databases correctly, and also tell you about some well-known companies...

Top 10 interesting facts & tips about MySQL

MySQL is the fastest growing open-source relational database management system with 100 million downloads till date. It is a popular choice of database for use in web applications and is currently used by many large websites, including Facebook, Twitter, Wikipedia,...

Relational Vs Non-Relational databases – Part 2

In my previous post, we have seen some fundamental differences between Relational and Non-Relational databases. In this post, let's talk about Scalability of these two. Scalability It is an ability of a system that can easily accommodate the rapid incoming data...

Relational vs. non-relational databases – Part 1

For the past few years, NoSQL or Non-relational database tools have gained much popularity in terms of storing huge amount of data and scaling them easily. There are debates on whether non-relational databases will replace relational databases in the future. With the...