EXP - 3 Nishkarsh Maitry RA1811003010422: Output
EXP - 3 Nishkarsh Maitry RA1811003010422: Output
NISHKARSH MAITRY
RA1811003010422
SQL QUERY -
CREATE TABLE Employee(EMPNO varchar(5),EMP_NAME varchar(200),DEPT
varchar(200),SALARY INT(10),DOJ DATE,BRANCH VARCHAR(100));
OUTPUT
OUTPUT:
6. Retrieve total salary of employee group by employee name and count similar names
9. Display details of employee whose name is AMIT and salary greater than 50000;