Answer Posted / premanshu
if we have any table of employees and their salary
then the statement will be
select MAX(column_name) AS maxsalary
FROM table name
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
Write a query to count the number of rows of a table in mysql.
How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.
Is mysql connect deprecated?
What is mysql aggregate functions? Explain
What port is mysql running on?
What are the drivers in MySQL?
What is difference between unix timestamp and mysql timestamp?
How do we delete a row in a table?
What is row locking in mysql?
How can I see mysql database?
What does mysqli_fetch_assoc do?
explain GROUPBY & HAVING clause with examples.
How do you login to MySql using Unix shell?
Is Mysql query is case sensitive?
How do you kill a long running query in mysql?