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
How to update a root password.
What is meant by decimal (5,2)?
What is slow query log in mysql?
What is 'mysqldump'?
How database are managed?
What are the advantages of mysql in comparison to oracle?
How can I create table in mysql?
Explain the difference between primary key and candidate key in mysql?
How to check if value already exists in mysql database in php?
What is the maximum size of mysql database?
Does mysql automatically index foreign keys?
What is a mysql model?
I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.
How do I create a new database in mysql?
What causes mysql too many connections?