Answer Posted / manoj k
select distinct sal,ename from emp
where sal=(select max(sal) from emp);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is memory optimized table?
What is mutating error in pl sql?
table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
What are the ddl commands?
how to analyze tables with 'mysqlcheck'? : Sql dba
What is a dirty read sql?
What is the difference between partition and index?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
What is data type in database?
what are all types of user defined functions? : Sql dba
What is a column in a table?
How do you know if a relationship is 2nf?
What is the syntax and use of the coalesce function?
What are sql functions? Describe the different types of sql functions?
How long will it take to learn pl sql?