SQL PRACTICE
SQL>Select * from emp;
2) Display
the depart information from department table
SQL>select * from dept;
3) Display
the name and job for all the employees
SQL>select ename,job from emp;
Labels: Database Testing, DCL, DDL, DML, PL/SQL, SQL, T-SQL, TCL
