Problem
How many different departments are there in which the employees are working?
Assume employee names and department number are stored in a table called emp, whereas the actual name of the departments are stored in a table called dept. Give an sql command that would solve this.