Our blog regularly provides you with current and exciting articles on a wide variety of topics from the online world. Stay up to date with us at all times.
What are NoSQL databases? A database management strategy known as NoSQL is capable of working with a wide range of data models, including key-value, document, columnar, and graph formats. Typically,…..
By Francis Varghese on June 24, 2016
Traditionally in MySQL, we execute queries sequentially i.e. queries will be executed one after other only. So if we are executing multiple queries then each query will be blocked until…..
By Vishnu Subramoniam on December 31, 2014
“SQL injection (SQLI) is considered one of the top 10 web application vulnerabilities of 2007 and 2010 by the Open Web Application Security Project. In 2013, SQLI was rated the…..
By Jasmy J S on March 20, 2014
Columnstore Index Columnstore technology has introduced to SQL Server 2012 is the columnstore index. This is an index created just like any other, but…..
By Nishad Aliyar on March 17, 2014
MySQL 5 introduced a plenty of new features – stored procedures being one of the most significant. In this tutorial, we will cover the basics of stored procedures and its…..
By Praveen V. Nair on December 12, 2007
SELECT CONVERT(VARCHAR, 0x50495420536F6C7574696F6E73);