Kedar Ghule

MySQL WEEKDAY() Function

In this tutorial, we will study the MySQL WEEKDAY() function. A week has seven days. Suppose you want to find the weekday number of any given date. This is where we use the MySQL WEEKDAY() function. WEEKDAY() function is used to return a weekday number (called weekday index) for a given date. It treats Monday …

MySQL WEEKDAY() Function Read More »

MySQL RIGHT JOIN

In this tutorial, we will study the MySQL RIGHT JOIN. A join is used to combine two or more tables using a commonly related column between them.  There are different types of joins in MySQL. They are – Inner Join Left (Outer) Join Right (Outer) Join Full Outer Join In this article, we will focus …

MySQL RIGHT JOIN Read More »

MySQL ATAN() and ATAN2() Functions – Finding the Arc Tangent of an Angle in MySQL

In this tutorial, we will study the MySQL ATAN() and ATAN2() functions. In high school, you must have studied the arc tangent of an angle in trigonometry. Since trigonometry is so widely used across a number of fields, MySQL provides us with the MySQL ATAN() and ATAN2() functions. The ATAN() function is used to find …

MySQL ATAN() and ATAN2() Functions – Finding the Arc Tangent of an Angle in MySQL Read More »