Answer Posted / senthil
select max(sal) from emp where sal <(select max(sal) from emp)
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
how to enter binary numbers in sql statements? : Sql dba
What are the different dcl commands in sql?
Explain what is a database?
What are the uses of merge?
What is procedure explain with program?
What port does sql server use?
What are tables in sql?
Determine if oracle date is on a weekend?
What are different types of queries in sql?
When do we use triggers?
what is timestamp in mysql? : Sql dba
What is difference between my sql and sql?
What is cross join example?
What is tuple in sql?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?