Informatics Practices
Related Questions
How can we fetch only common records from two tables emp and emp1?
How can we retrieve all records of emp that are not present in emp1?
Suppose there is annual salary information provided by emp table. How can we fetch monthly salary of each and every employee?
Select all records from emp table where deptno = 10 or 40.