本文介绍了编写一个程序以接受deptno作为参数,并显示该deptno的详细信息,还显示总薪资,员工人数,最高薪水和平均薪水?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

编写一个程序以接受deptno作为参数并显示该dept的详细信息还显示总薪水,雇员总数,最高工资和平均工资?

Write a procedure to accept the deptno as parameter and display the details of that dept also display the total salary, no of employees, max sal and avg sal?

推荐答案


这篇关于编写一个程序以接受deptno作为参数,并显示该deptno的详细信息,还显示总薪资,员工人数,最高薪水和平均薪水?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 14:46