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 are the indexing methods?
What is a sql driver?
What is column?
How much does sql certification cost?
What is scalar and vector?
How do you know if a relationship is 2nf?
Name three sql operations that perform a sort.
Should I use mbr or gpt?
What sql does db2 use?
what is “go” in t-sql? : Transact sql
How does sql*loader handles newline characters in a record? : aql loader
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
What is transaction control language (tcl)?
What is difference between pl and sql?
What is memory optimized table?