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 / ramesh
Select count(id), accnt_type from Account
group by accnt_type;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is a relationship and what are they? : Sql dba
What do you understand by pl/sql cursors?
Is sql a backend language?
Which nosql database is best?
Can we rename a column in the output of sql query?
Name three sql operations that perform a sort.
What are the key differences between SQL and PL SQL?
Can we join two tables without common column?
When is the explicit cursor used ?
What plvcmt and plvrb does in pl/sql?
what is sql profiler? : Sql dba
Why is nosql good?
What is string data type in sql?
Does oracle roll back the transaction on an error?
Does user triggers have entry for trigger with compilation errors?