i have a table with fields(id,name,accnt_type)and in account
type are FD,SAVING,RD. Write a query to get How many number
of People are in each type of Account?
Answer Posted / malthesh sagar
select count(acnt_type),acnt_type from a
group by acnt_type;
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Is join same as left join?
What is difference between sql and oracle?
What is where clause in sql?
What is the clause we need to add in function body to return variable?
how would you enter characters as hex numbers? : Sql dba
What are synonyms in sql?
What is spool?
What is informix sql?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
How can I speed up sql query?
Is there a 64 bit version of ssms?
What does select top 1 do in sql?
Explain autonomous transaction.
What is auto increment in sql?
Which command is used to delete a trigger?