1.Display the dept information from department table
select * from dept;
2.Display the details of all employees
select * from emp;
3.Display the name and job for all employees
select ename,job from emp;
select * from dept;
2.Display the details of all employees
select * from emp;
3.Display the name and job for all employees
select ename,job from emp;
No comments:
Post a Comment