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 are the features and advantages of object-oriented programming? : Sql dba
What is a table?
Is it possible to read/write files to-and-from PL/SQL?
Explain how to use transactions efficiently : transact sql
What is the usage of distinct keyword?
What is benefit of creating memory optimized table?
What is the sql case statement?
How can a pl sql block be executed?
Why sql query is slow?
What is sql architecture?
How do you delete a table?
What information is needed to connect sql*plus an oracle server?
what is the difference between char and varchar data types? : Sql dba
Does oracle use sql?
What is nested table in pl sql?