Answer Posted / john bershan
select sgp from (select sgp,dense_rank() over (order by
sgp desc) as rownumber from t_policy_general)
where rownumber = '100';
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a data manipulation language?
What is blind sql injection?
What is a join?
Is it possible to create the following trigger: before or after update trigger for each row?
Is inner join faster than left join?
Why is pl sql needed?
what is meant by nl2br()? : Sql dba
Is crud a cuss word?
What is pl sql quora?
define sql update statement ? : Sql dba
Is a secondary key the same as a foreign key?
What are the properties of a transaction?
What is latest version of sql?
Define the select into statement.
What is java sql package?