|
|
|
MySQL
|
PHP SQL Max
In this example, we have created a max.php file in which we executed a query to find the maximum salary for every designation.
View Rating |
|
|
MySQL
|
PHP SQL ORDER BY
ORDER BY clause is used to sort the result data either in the ascending order or descending order. By default, the it is taken in ascending order.
View Rating |
|
|
MySQL
|
Mysql ASC Order
Mysql ASC Order is used to sort the result set by ascending or descending order. The Order by CLAUSE sort the result by specified column.
View Rating |
|
|