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 server name sql?
What are the different operators available in sql?
What are sql objects?
Is sql similar to python?
How is indexing done in search engines?
What jobs use sql?
is mysql query is case sensitive? : Sql dba
What is difference between cursor and trigger?
Explain what is a column in a table?
Is like operator in sql case sensitive?
What is the difference between distinct and unique in sql?
Whis is not false in primary key?
Is pl sql a scripting language?
What are the properties of a transaction?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba