Computer Science, asked by kvmonty007, 3 months ago

Write the outputs of the SQL queries (i) to (iii) based on the tables Emp:
EmpCode Ename
Salary
JoinDate
E001
Raman
55000
2019-10-11
E002
Neha
65000
2019-11-20
E003
Priya
60000
2020-01-28
E004
Raghav
58000
2020-02-16
Select ename, salary from emp where name like' r%'
Select count(salary) from emp where joindate>'2019-11-28
Select max(joindate), min(joindate) from emp​

Answers

Answered by vijayalaxmikolikonda
1

I don't know about it please don't ask this type of upper standard Questions

Similar questions