What is dense_rank?
No Answer is Posted For this Question
Be the First to Post Answer
table having two columns - entity,zone enity zone pen east pen west pen north pen south pen east pencil east pencil east pencil west I want the output as : entity east west north south pen 2 1 1 1 pencil 2 1 0 0
what are date and time functions in mysql? : Sql dba
display your age in months?
What is the use of nvl function?
What are the different types of constraints?
what does myisamchk do? : Sql dba
Can we join more than 2 tables in sql?
how to convert dates to character strings? : Sql dba
How to get the 3rd column(i.e all the data along with the column name)in a table?
I have following column in the table. col1 1 a b c 2 3 d and I want to display it as num chars 1 a 2 b 3 c 4 d numbers in one column and letters in another column.
overloading of stored procedure is possible in oracle?
How do you sort in sql?