Write a query using above tables to find the employee no, name, designation, whose net salary(basic+DA-Deduction) is minimum in the month of June 2011. Question in progress 0 SQL 55 years 1 Answer Reply 847 views
Write a query to find the record, whose join_basic is maximum using employee table. Question in progress 0 SQL 55 years 1 Answer Reply 748 views
Write a query using above tables to display the Emp_no, name and Experience ( in year and month)from joining date to current date. Question in progress 0 SQL 55 years 1 Answer Reply 937 views
Create a table Salary with following column and data and Write a query using above tables to display the Emp_no, name and net salary of each employee of a particular month Question in progress 1 SQL 55 years 1 Answer Reply 1150 views
Create a table employee with following Column, Constraints and Data and Write SQL command to add a new column state in above table and insert the state name (BR,MP,UP, JH,BR,UP)respectively. Question in progress 0 SQL 55 years 1 Answer Reply 1471 views