In this example we will create a function that returns power of given number. MySql already has a...
Mysql Fibonacci Series With Stored Procedure
What is the Fibonacci series: The first number of this series is 0 and the second number is 1. The...
Mysql Create A Table With Code
In this post I will show you how to create a table with code on mysql database. Sometimes we need...
Sql Random Number Between 1000 and 9999
There is no direct function in sql that chooses a random number between two numbers. But there is a...