Answer Posted / kavitha
select ename,sal
from employees
where rownum <=1
order by sal desc
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to run sql functions in pl/sql?
What is the difference between function, procedure and package in pl/sql?
What is dml and ddl?
what is a foreign key ? : Sql dba
What is execution plan in sql?
what is a constraint? Tell me about its various levels. : Sql dba
Does execute immediate commit?
Explain how to use transactions efficiently : transact sql
What are the string functions in sql?
What are hotfixes and patches?
what is the command used to fetch first 5 characters of the string? : Sql dba
Does user triggers have entry for trigger with compilation errors?
Can we write ddl statements in functions?
Which is faster joins or subqueries?
Does sql support programming?