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
What is the difference between drop and truncate commands?
what is 'mysqlshow'? : Sql dba
What is graph sql?
Compare sql & pl/sql
Why do we need a foreign key?
How can a function retun more than one value in oracle with proper example?
Mention what is the use of function "module procedure" in pl/sql?
Explain the working of foreign key?
What is bulk compiling in pl/sql.?
How does pl sql work?
what is the functionality of the function htmlentities? : Sql dba
What is a ddl command?
what are ddl statements in mysql? : Sql dba
What are analytic functions in sql?
Is there a 64 bit version of ssms?