You are on page 1of 2

update student marks by 5 to the old marks

22.retrieve the second highest student marks.

24. retrieve top marks students from each dept.

25. retrieve top 3 students for each dept.

28. retrieve the employees whose dept is same as amar dept.

29. retrieve the salaries of heads of depts.

30. retrieve the employees whose salary is more than amar salary from CSE dept.

31. perform inner join between emp, dept.

32. perform outer join between emp, dept.

33. perform left outer join between emp, dept.

34. perform right outer join between emp,dept.

35. display all the students available in stud1, stud2 tables avoiding duplicates.

36. display all the students available in stud1, stud2 without avoiding duplicates.

37. display all the students available in stud1 and not in stud2.

38. create a view having employees from cse.

39. display system date.

40. procedure "electricity bill"

41. trigger

42. function

You might also like