Inserting a single row is successful, but inserting multiple rows is not working.
INSERT INTO EMPLYEE(EMPID,EMPNAME,DEPARTMENT,SALARY,DESIGNATION)
VALUES('1000','XXXXXXX','XX',10000,'SE'),
('1001','YYYYYYY','YY',9000,'SE'),
('1002','ZZZZZZZ','ZZ',20000,'MA');