Computer Science
Related Questions
Write a program to display all records in ascending order of their salary from table employee.
Write a program to increase salary of the employee, whose name is "MANOJ KUMAR", by 3000.
Write a program to delete the employee record whose name is read from keyboard at execution time.
Create a table EMPLOYEE with Fields FIRST_NAME, LAST_NAME, AGE, GENDER and INCOME.