MySQL ADDTIME() Function

In this tutorial, we will study the MySQL ADDTIME() function. Suppose you have a table which contains the names of shops and their opening time. Now suppose during winters, these shops decide to open an hour late. You have been tasked with adding an hour to all the time values. This situation calls for the …

MySQL ADDTIME() Function Read More »

MySQL MAKETIME()

In this tutorial, we will study the MySQL MAKETIME() function. Suppose you have individual values of hour, minute and seconds values and you need to enter these values in a table such that it is a time value. This is where MySQL MAKETIME() is useful. The MAKETIME() function  is used to make a time value. …

MySQL MAKETIME() Read More »

Information Functions In MySQL

In this article, we will study the various Information Functions in MySQL. As the name suggests, information functions provide us with information about our MySQL database. These functions are very useful in understanding the technicalities of the MySQL database. They provide you with valuable information like the version of your MySQL database, the current user …

Information Functions In MySQL Read More »