Answer Posted / thakor ranvir
say for example one table employees
then issue below query .using agreegate function
select max(salary) from emlpoyees;
Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is the difference between BLOB AND TEXT?
How to load data files into tables with 'mysqlimport'?
What is procedure in mysql?
How to create a table index in mysql?
What is auto increment in mysql?
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
What is the use of count function in mysql?
Explain % and _ inside like statement?
What is difference between mysql and mysql workbench?
How do I optimize a selected query in mysql?
Is mysql connect deprecated?
How to analyze tables with 'mysqlcheck'?
Which datatype is used for email in mysql?
What is a simple query?
How to dump a table from a database.