how are rank and dense rank being alloted for column with same values over a particular column
Answer Posted / shipra gupta
salary R DR
800 1 1
800 1 1
200 3 2
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are types of joins?
What are system versioned tables?
Mention what is the function that is used to transfer a pl/sql table log to a database table?
What will you get by the cursor attribute sql%found?
How does postgresql compare to oracle/db2/ms sql server/informix?
How can I speed up sql query?
How to use distinct and count in sql query? Explain
What does pragma mean?
How do you rank data in sql?
write an sql query to find names of employee start with 'a'? : Sql dba
what is a primary key? : Sql dba
what is bdb (berkeleydb)? : Sql dba
Does sql*plus also have a pl/sql engine?
What is a string data type in sql?
what are ddl statements in mysql? : Sql dba