edited by
431 views
2 votes
2 votes
Write SQL query to show all employees hired on June 4,1984 (non-default format)

emp(empno,ename,job,mgr,hiredate,sal,comm,deptno)
edited by

1 Answer

Related questions

0 votes
0 votes
1 answer
2
rayhanrjt asked Jan 6, 2023
717 views
Write SQL command to find DepartmentID, EmployeeName from Employee table whose average salary is above 20000.
1 votes
1 votes
1 answer
3
Shubhanshu asked Dec 24, 2018
1,256 views
According to me it should be – “Retrieve the names of all students with a lower rank, than all students with age < 18 ”