InterviewSolution
Saved Bookmarks
| 1. |
write an jdbc program to create an employee table and display id,name,basic salary,da,pf and total salary where total salary=basic salary+da-pf |
|
Answer» Answer: Write a query to GET the names (first_name, last_name), SALARY, PF of all the EMPLOYEES (PF is calculated as 15% of salary). |
|