You are on page 1of 3

End Term Practical Exam(IT for Managers-MS151)

SQL
1. Display employee name, job and salary for all employees except managers
2. Display employee name, and department number for those hired between Jan. 1, 1982 and Jan. 1,
1983
3. Display employee name, job, and department number for all clerks and analysts.
4. Display employee name, job and department no and hire date for those whose name begins with
capital letter ‘M’
5. Display employee name, job and department no and hiredate for those whose name begins with
capital letter ‘J’ followed by two characters and ending with ES
6. Display employee name, job and salary for managers and sales people earning Rs 2000 or more.
7. Display salary, job and employee name for department no. 10 in descending salary order.
8. Display the employee names of those whose names contains the letter S
9. Display employee name and salary for those having salaries less than their commission.
10. Display employee names hired in 1981
11. Display names and jobs of all employees in department no 10 and 20
12. Display employees who are not clerks and salesman.
13. Change employee 7788 to salesman position in department 30 and give him 10% salary increase
14. Display name of the employee ‘WARD’ and his corresponding department location.
15. Display the names and jobs of all employees with same department as ‘JONES’
16. Display the employee name and department name for employee ‘SMITH’
17. Display the employee name who was hired first
18. Display the employee name who was hired last
19. Create a duplicate emp Table. Name it on your name.
20. Insert a new record in the emp table and dept table.
21. Create a table student (id, name, address, enrol_no, course_name) with all possible constraint on it
22. Display department nos and total salary of each department
23. Display department nos and average salary of each department
24. Display department nos and total salary of each department excluding all clerical personnel
25. Display department nos and average salary of each department excluding all managerial personnel
26. Display department nos and average salary of each department excluding all clerical personnel and
display only those department nos. whose average salary exceeds Rs. 3000/-
27. Display average salary all the job types with more than two employees in the department.
28. Change the name of the employee ‘KING’ to ‘RAJA’
29. Change the name of the employee ‘JONES’ to your own name and give 15% salary hike.
30. Create a view with your name of the columns empno, ename, job, loc
31. Create a table customer(cid, cname, address, contact_no). Impose all the possible constraints on
the table including the constraint of composite primary key on cname and address column
32. create the tables depositor(cname, account_no) and borrower(cname, loan_no). Find the names
of the customers who are having account in the bank or taken loan from the bank or both
33. Create the tables depositor(cname, account_no) and borrower(cname, loan_no). Find the names of
the customers who are having account in the bank and taken loan from the bank
End Term Practical Exam(IT for Managers-MS-151)
HTML

1. Create ordered and unordered lists of your choice.


2. Create ordered and Definition lists of your choice.
3. Create Unordered and Definition lists of your choice.
4. Create the following table

ONE.HTML

TWO.HTML THREE.HTML FOURTH.HTML

5. Create the following table

Name Company
[

Ajay Bajaj Auto Ltd.


Rahul Reliance Infocom
Jay Tata

6. Create the following table

Name Company
[

Ajay Bajaj Auto Ltd.


Rahul
Jay Tata

7. Create a hyperlinks in the file 1.html to link to 2.html and 3.html


8. Show the use of hyperlinks within a page
9. Show the use of following tags.
(i)Font
(ii) Headers
(iii) Title
(iv) paragraph
(v) Div

10. Create the Student registration form using the tags of Text box, Text area, option
box, checkbox, radio, submit button.
11. Create your Resume using the tags of Text box, Text area, option box, checkbox,
radio, submit button.
12. Create the Customer feedback form using the tags of Text box, Text area, option
box, checkbox, radio, submit button.
End Term Practical Exam(IT for Managers-MS-151)

DOS

Run and explain following DOS Commands

1. To print the output of directory command

2. For Checking the hard disk

3. Create a new file

4. To append the output of one file to another file

5. Copy file

6. Delete a file

7. Rename a file

8. Create anew directory

9. Remove a directory

10. Change the current directory

11. Display the current date

12. Edit a already existing file

13. Sort the contents of a given file

You might also like