PHP Tutorial PHP array_unique() Function Vikas Kumar Jan 27, 2018 0 The array_unique is used to removes duplicate values from an array. Description The array_unique() function…
MySQL MySQL AVG Function Aastha Tyagi Jan 21, 2018 0 Introduction to MySQL AVG Function This MySQL tutorial explains how to use the MySQL AVG Function with syntax…
MySQL MySQL IN Clause Aastha Tyagi Jan 20, 2018 0 This MySQL tutorial explains how to use the MySQL IN Clause with syntax and examples. The IN operator allows you to…
MySQL MySQL SUM Function Aastha Tyagi Jan 17, 2018 0 This MySQL tutorial explains how to use the MySQL SUM function with syntax and examples. The MySQL SUM function…
PHP How to check if string contains a specific word in PHP? Aastha Tyagi Jan 14, 2018 0 In this article you will learn how to check if string contains a specific word, character and substring in PHP. You…
MySQL MySQL MIN Function Aastha Tyagi Jan 9, 2018 0 This MySQL tutorial explains how to use the MIN function with syntax and examples. The MySQL MIN function returns…
MySQL MySQL MAX Function Aastha Tyagi Jan 9, 2018 0 This MySQL tutorial explains how to use the MAX function with syntax and examples. The MySQL MAX function returns…
MySQL MySQL HAVING Clause Vikas Kumar Jan 7, 2018 0 The MySQL HAVING clause is used in the SELECT statement to specify filter conditions for a group of rows or…