how to achieve this problem?i am having table with two
colums like empno,gender.
in gender column, i am having records male,female like that
.my final output will be
male female
5 6
Answer Posted / venkat
select Count(gender) from emp group by gender with rollup
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the maximum number of rows in sql table?
How to use boolean type in select statement?
what is a join? : Sql dba
What kind of join is join?
What is java sql drivermanager?
What is the difference between cluster and non-cluster index?
What is a variable in sql?
Which operator is used in query for pattern matching?
What is the difference between a database and a relational database?
What is pl sql package?
How do I find duplicates in a single column in sql?
What is a function in oracle pl sql?
What is a parameter query?
Is it important to partition hard disk?
Is pl sql still used?