Queries (Save The Query With The Query Number)
Queries (Save The Query With The Query Number)
11. Display all the field of Employee table where Age is 21 12. Display all the field of Employee table Where Age are 21, 24, 29, 30 & 55 13. Display all the field of Employee table Where Age are between 21 to 35 14. Display all the field of Employee table where Age is 21 and Name starts with R 15. Display all the field of Employee table Where Age is 21 and Name starts with R, M, L 16. Display all the field of Employee table Where Employee are Unmarried. 17. Display all the field of Employee table Where Employee are Unmarried, Country is India and Name start with A,B,C,D,E,F,G,H,I,J 18. Display all the field of Employee table Where Email address ending with gmail.com and rediffmail.com 19. Display all the field of Employee table where country not belong to India 20. Display all the field of Employee table Where country belong to India, US but not Pakistan 21. Display Employee id, Name & Dept id where Age 21 to 43 Country Starting with B,I
22. Display Empid, name, country where Age more than 30 Country Starting In or Us Only 23. Display Emp id and dept name 24. Display empid , empname where deptname is HR 25. Display Emp id, Emp name Where Department is HR, Finance Age>23, Married status : Unmarried 26. Display EmpID, Name, Married Status where Country are Blank. 27. Update the country name USA to United States of America 28. Merge Emp Name, Age and Country Eg: Your name is your age is and your belong to Country 29. Display the Emp name in Small Case 30. Display the Emp name in Upper Case 31. Create a Query to select the Salary and save that query with Salary. 32. Change the Salary value with Basic Name. 32. HR = Basic of 40% TA= 10% of Basic + 4% New HR DA = 12.55% of New HR + New TA +325 Spl Allowance = 890 Gross Salary= Basic + New HR+ New Da + Spl Allowance
-Update Query33. Increase the Salary from Employee Table by 5% and see the Effect on Net Salary -Parameter Query34. User can enter a Country Name to display all the Records of Employee Table 35. User can enter more than one Country Name to display all the Records of Employee Table 36 Display all the Records of employee table whose date of birth is from 1st Jan 1985 to 31st Dec 1990 37. User can Date of Birth to display all the Records of Employee Table 38. User can enter Beginning Date of Birth and Ending Date of Birth to display all the Records of Employee Table 39. User can enter a Single Character for Emp Name Starting to Display all the records of Employee Table. 40. User can enter a Single Character for Emp Name Ending to Display all the records of Employee Table. 41. User can enter any value for Emp Name to display all the records of the Employee Table