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
When do we use triggers?
what is top in tsql? : Transact sql
What is cursor in pl sql with examples?
How do you write a complex sql query?
What is primary key sql?
What are the built in functions of sql?
What is prepared statement in sql?
What is a dirty read sql?
how many ways we can we find the current date using mysql? : Sql dba
How exception is different from error?
Is a view faster than a stored procedure?
What are records give examples?
What is having clause in sql?
what is 'mysqladmin' in mysql? : Sql dba
What is a schema? How is it useful in sql servers?