how to get the no employee in each department including the
dept which has 0 employee
Answer Posted / sudipta santra
select distinct dept_no, nvl(count(emp_no),0) from dept
group by dept_no;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain constraining triggers.
How can I get column names from a table in oracle?
Does facebook use oracle?
What is transport network substrate (tns) in oracle?
Why is oracle database so popular?
What do database buffers contain?
What are the oracle built-in data types?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
What is raw datatype in oracle?
Explain the use of grant option in exp command.
How can you use check constraints for self referential integrity?
Explain what are the type of synonyms?
How to connect to the server with user account: sys?
What is an oracle transaction?
What is open database communication (odbc) in oracle?