Answer Posted / xyz
select rownum, salary from (select salary from employees order by salary desc)
where romnum<=100
Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
how would concatenate strings in mysql? : Sql dba
How do I enable sql encryption?
How do I create a sql database?
What is the difference between sql, mysql and sql server?
What is sorting in sql?
Is sql better than excel?
how to use 'mysql' to run sql statements? : Sql dba
Is it possible for a table to have more than one foreign key?
What are the operators used in select statements?
What does pl sql stand for?
what is a database? : Sql dba
What is normalization? How many normalization forms are there?
What is the most important ddl statements in sql are?
What is foreign key in sql with example?
Does sqlite need a server?