Monday, October 31, 2011

HINT FOR PRAC

1. VB experiments are from file only.


2.Database Programming
Student and Banking (same i did in class.)
search query like list all first class student on vb form(datagrid)

3.ER model

requirements are given from requirement first create E-R model(10Marks), convert E-R model to table(5Marks), finally create the database using Create table query(10M).


4.queries based on expriment no. 1 and clientmaster expriment

also chk question given in the test


Sunday, October 16, 2011

Quetion Paper (may11)



Assignment No. 3 (SE IT) guidbm


In assignment no three each student is given one Question with part A and B. so every student have to prepair soft copy of these two question and they have to submit the same on or before 19 oct 11 of this month.

Roll No
Question Paper
Questions Allotted
1 to 7
Q.1. to Q.7.
2 to 14
May 2009
Q.1. to Q.7.
15 to 21
December 09
Q.1. to Q.7.
22 to 28
May 2010
Q.1. to Q.7.
29 to 35
(Dec-2010)
Q.1. to Q.7.
36 to 42
May-2011
Q.1. to Q.7.
43 to 49
dec08
Q.1. to Q.7.
50 to 56
may09
Q.1. to Q.7.
57 to 63
dec09
Q.1. to Q.7.
64 to 70
may10
Q.1. to Q.7.
71 to 77
dec10
Q.1. to Q.7.
78 to 84
may11
Q.1. to Q.7.

Wednesday, October 12, 2011

Question Bank 3rdSemIT

Q.1.
Given the following relational schema

DIVISION(Div #, Div_Name, Director)
DEPARTMENT(Dept #, Dept_Name, Location, Div #)
EMPLOYEE(Emp #, Emp_Name, Salary, Address, Dept #)
State the following queries in SQL
a) Get the employee name, department name and division name for all employees whose salary is above Rs.20,000.
b) List the names of all employees who work in “Information Technology” Division.
c) List the departments and employees in each department located in “Mumbai”.

Q.2. Construct an E-R diagram for a hospital with a set of patients and a set of medical doctors. Associate with each patient a log of the various tests and examinations conducted.

Q.3. Discuss the various levels of data abstraction and explain task of DBA.

Q.4. with the help of block diagram explain basic structure of DBMS.

Q.5. write short notes on generalization specialization and weak entity set.

Q.6.
A university registrar’s office maintains data about the following entities: (a)
courses, including number, title, credits, syllabus, and prerequisites; (b) course
offerings, including course number, year, semester, section number, instructor(s),
timings, and classroom; (c) students, including student-id, name, and program;
and (d) instructors, including identification number, name, department, and title.
Further, the enrollment of students in courses and grades awarded to students
in each course they are enrolled for must be appropriately modeled.
Construct an E-R diagram for the registrar’s office. Document all assumptions
that you make about the mapping constraints.

Q.7. Explain view in detail with its benefit and limitation?

Q.8. Explain serializability in detail with appropriate example?

Q.9. Explain any five relational algebra operator?

Q.10. Consider the employee database of    
employee (employee-name, street, city)
works (employee-name, company-name, salary)
company (company-name, city)
manages (employee-name, manager-name)
where the primary keys are underlined.
Give an expression in SQL for each of the following queries.
a. Find the names of all employees who work for First Bank Corporation.
b. Find the names and cities of residence of all employees who work for First
Bank Corporation.
c. Find the names, street addresses, and cities of residence of all employees
who work for First Bank Corporation and earn more than $10,000.
d. Find all employees in the database who live in the same cities as the companies
for which they work.
e. Find all employees in the database who live in the same cities and on the
same streets as do their managers.
f. Find all employees in the database who do not work for First Bank Corporation.
g. Find all employees in the database who earn more than each employee of
Small Bank Corporation.
h. Assume that the companies may be located in several cities. Find all companies
located in every city in which Small Bank Corporation is located.
i. Find all employees who earn more than the average salary of all employees
of their company.
j. Find the company that has the most employees.
k. Find the company that has the smallest payroll.
l. Find those companies whose employees earn a higher salary, on average,
than the average salary at First Bank Corporation.


Sunday, October 9, 2011

FE Assignment (CP1)


Roll No
Roll No
Roll No
Question Paper
Questions Allotted
201,202
223,224
245,246

Q.1. to Q.4. [A] , Q.4[B] to Q.7.
203,204
225,226
247,248

Q.1. to Q.4. [A] , Q.4[B] to Q.7.
205,206
227,228
249,250

Q.1. to Q.4. [A] , Q.4[B] to Q.7.
207,208
229,230
251,252

Q.1. to Q.4. [A] , Q.4[B] to Q.7.
209,210
231,232
253,254

Q.1. to Q.4. [A] , Q.4[B] to Q.7.
211,212
233,234
255,256

Q.1. to Q.4. [A] , Q.4[B] to Q.7.
213,214
235,236
257,258

Q.1. to Q.4. [A] , Q.4[B] to Q.7.
215,216
237,238
259,260

Q.1. to Q.4. [A] , Q.4[B] to Q.7.
217,218
239,240
261,262
Same as 201,202
Dec07
Q.1. to Q.4. [A] , Q.4[B] to Q.7.
219,220
241,242
263,264
Same as 203,204
Dec08
Q.1. to Q.4. [A] , Q.4[B] to Q.7.
221,222
243,244
265,266
Same as 205,206
May09
Q.1. to Q.4. [A] , Q.4[B] to Q.7.

Thursday, September 15, 2011

( 3rd Sem IT) Last five papers

dec08
 may09
 dec09

 may10
dec10


Sunday, September 11, 2011

(3rd IT)Experiment No 7,8,9,10

Experiment No. 7

Q-1> Retrieve emp name and job who have the same job as that of allen?
Q-2> List all emp name and their job of those depts. That are located at Chicago?
Q-3> List all emp name and sal whose sal is greater then that of all managers?
Q-4>display all emp names and sal where sal is less then that of any manager of any dept?
Q-5> List all emp name, dept names and location whose deptno is common in both dept table and emp table?
Q-6> List all jobs in dept 10 and 20 or in both?
Q-7> List all jobs which are common in dept 10 and 20 ?
Q-8> List all jobs which are present in dept 10 but not in dep 20?





Experiment No. 8


Q-1> Display emp name as job and working form hiredate?
In the following format:
SMITH is CLERK and working from17-DEC-80
Q-2> To get all the employees whose salary is greater than the average salary of the company.
Q-3> To select all the employees who do the same job as that of Scott.
Q-4> To see all details of depts. Who have employees working in it.
Q-5> To find names and salary details of all employees whose salary is equal to the salary given to an employee working in dept no. 30
Q-6> To select the employees whose salary is greater than the salary of all employees working in dept no. 30
Q-7> To list all details of dept which has at least one employ assigned to it.


Experiment No. 9

Q-1> Create unique index on job on the emp table.
Q-2> Remove the index created for the emp table.
Q-3> Create view on emp displaying deptno , dept name , sal , job.
Q-4> Drop the above view.
Q-5> Create view on emp displaying ename , job ,sal in dept 10.
Q-6> Drop the above view.
Q-7> Create view on emp to display sum of salary grouped according to deptno?
Q-8> Drop the above view?
Q-9> Create view on appropriate tables to display ename , job , sal , dept name?
Q-10> Drop the above view?
Experiment No. 10


Q-1> To find out average minimum and maximum salary of each dept.
Q-2> To find out average maximum and minimum salary of departments where average salary is greater than 2000.
Q-3> To list the minimum salary to various categories of employees.
Q-4> To find the minimum salaries of various categories of employees in various depts.
Q-5> To find the minimum salaries of various categories of employees, department wise such that minimum salary is greater than 1500.
Q-6> To find the minimum salary of managers in various depts.
Q-7> To find the minimum salary of managers in various depts. Having salary greater than 2500.
Q-8> To list all employees in the ascending order by name.
Q-9> To select all employees sorted dept wise in ascending order and within dept salary wise in descending order.
Q-10> To select all employees sorted dept wise in ascending order and within dept salary wise in descending order for dept no. 10 and 20.
Q-11> To select all employees along with their annual salary sorted on the basis of annual salary.

Sunday, September 4, 2011

Eperiment No. 5 & 6 ( 3rd sem IT)

Experiment No. 5


Q-1> To find the total number of employees.
Q-2> To find the total number of clerk hired after 13-jan-81.
Q-3> To find the sum paid as salary to all employees every month.
Q-4> To find the yearly compensation paid to all sales men.
Q-5> To find the average salary of all the employees.
Q-6> To find the average yearly compensation paid to sales men.
Q-7> To find the minimum salary paid to any employee
Q-8> To list the employee who heads the list alphabetically.
Q-9> To find the maximum salary paid to any employee.
Q-10> Convert the hiredate format of employee in dd/ mm/ yyyy format ?
Q-11> Find the date after 4 month as per today ?
Q-12> Find out the last day of the current month ?
Q-13> Display the last working day of all employees on their joining month ?

Experiment No. 6


Q-1> To find out average minimum and maximum salary of each dept.
Q-2> To find out average maximum and minimum salary of departments where average salary is greater than 2000.
Q-3> To list the minimum salary to various categories of employees.
Q-4> To find the minimum salaries of various categories of employees in various depts.
Q-5> To find the minimum salaries of various categories of employees, department wise such that minimum salary is greater than 1500.
Q-6> To find the minimum salary of managers in various depts.
Q-7> To find the minimum salary of managers in various depts. Having salary greater than 2500.
Q-8> To list all employees in the ascending order by name.
Q-9> To select all employees sorted dept wise in ascending order and within dept salary wise in descending order.
Q-10> To select all employees sorted dept wise in ascending order and within dept salary wise in descending order for dept no. 10 and 20.
Q-11> To select all employees along with their annual salary sorted on the basis of annual salary. 

Thursday, August 25, 2011

FE (CP1 syllabus)



Experiment No. 2,3,4

Experiment No. 2

Q-1> Display all tables of oracle ?
Q-2> Display a column in table dept ?
Q-3> List all dept names and location ?
Q-4> Display diff jobs available for an emp ?
Q-5> Compile the entire details of employee name “smith” ?
Q-6> Give list of emp name & their job spec who are working in dept no 20 ?
Q-7> Compile the details of emp working in dept no 3 ?
Q-8> Obtain list of all empno and names who are manager ?
Q-9> Display names of all emp whose comm is greater then salary ?
Q-10> Find list of emp whose sal is greater then 2000 along with their job spec ?
Q-11> Give list of all emp along with their monthly and annual income ?
Q-12> List all emp names and their salaries who are working in dept no 10 ?
Q-13> Give details of all dept and their no’s while changing the column name as department and department no ?
Q-14> List all managers with their respective name manager and deptno ?
Q-15> Display list of emp whose job is analyst ?












Experiment No. 3

Q-1> Create a table client master with the following fields client_no, name, address1, address2, city, state, pin_code, remarks, balance due and add the constraints?
• Create a primary key constraint on the column client_no.?
• create the following check constraints
Data values being inserted into the column client_no must start with ‘c’.
 Data values being inserted into the column name should be allowed in upper case only?
Q-2> Insert five rows in the table client master?
Q-3> Show all rows of client master?
Q-4> Add a new column in your table : AGE ?
Q-5> Update the table client master ?
Q-6> Delete a row from client master where age is greater then 60?
Q.7> Create table supplymaster (supplierno,suplliername,address1,address2,city,state,
pincode,remarks,baldue) by using clientmaster.
Q.8> Insert values in table supplymaster by using clientmaster.
Q-9> Drop table client master?
















Experiment No. 4

Q-1> Find list of emp whose empno is greater then manager no ?
Q-2> Find all manager not in dept no 10 ?
Q-3> Display everyone in dept no 20 who is neither a clerk, salesman nor analyst ?
Q-4> List all emp names, their jobs, salary in ascending order by theire jobs ?
Q-5> List all empname who are ordered by the jobs within each job there should be Descending order by empno ?
Q-6> Retrieve details of emp whose sal is between 1000 and 2000 both inclusive?
Q-7> Retrieve all details of employees whose name is either smith, blake, allen, scott, clark and King ?
Q-8> To list all employees whose salary is greater than or equal to 2000.
Q-9> To list all the employees hired during the year 1982
Q-10> To get all employees from dept 10 and 20.
Q-11> To list all employees whose name begins with ‘J’.
Q-12> To list employees whose name begins with ‘J’ and has ‘N’ as the third character?
Q-13> To list all employees not entitled for commission.
Q-14> To list all employees who receive commission.
Q-15> To list employees working in dept no 10 or 20.
Q-16> To list employees hired after 01-jan-81 and working in dept no. 10
Q-17> To list employees working in dept other than 10.

Tuesday, August 23, 2011

Assignment No.1

Q.1. Construct an E-R diagram for a car-insurance company whose customers own
one or more cars each. Each car has associated with it zero to any number of
recorded accidents.

Q.2. Construct an E-R diagram for a hospital with a set of patients and a set of medical doctors. Associate with each patient a log of the various tests and examinations conducted.

Q.3. A university registrar’s office maintains data about the following entities: (a)courses, including number, title, credits, syllabus, and prerequisites; (b) course offerings, including course number, year, semester, section number, instructor(s), timings, and classroom; (c) students, including student-id, name, and program; and (d) instructors, including identification number, name, department, and title. Further, the enrollment of students in courses and grades awarded to students in each course they are enrolled for must be appropriately modeled. Construct an E-R diagram for the registrar’s office. Document all assumptions that you make about the mapping constraints.

Q.4. Consider a database used to record the marks that students get in different exams of different course offerings.
a. Construct an E-R diagram that models exams as entities, and uses a ternary
relationship, for the above database.
b. Construct an alternative E-R diagram that uses only a binary relationship between students and course-offerings. Make sure that only one relationship exists between a particular student and course-offering pair, yet you can represent the marks that a student gets in different exams of a course offering.

Q.5. Design an E-R diagram for keeping track of the exploits of your favourite sports team. You should store the matches played, the scores in each match, the players in each match and individual player statistics for each match. Summary statistics should be modeled as derived attributes

Sunday, July 31, 2011

Experiment No. 1

Experiment No. 1

Q-1> Write a query in sql to create a table employee and department.
Employee(empno,ename,deptno,job,hiredate)
Dept(deptno,dname,loc)
Include the following constraints on column of emp table.
a) to make the empno as primary key of the table and
b) to ensure that the ename column does not contain NULL values and
c) the job column to have only UPPERCASE entries and
d) to put the current date as default date in hire date column in case data is not supplied for the column.
Include the following constraints on column of dept table.
a) to make deptno as primary key.
b) to ensure dname,loc coloumns does not contain NULL values
Also enforce REFERENTIAL INTEGRITY, declare deptno field of dept table as primary key and deptno field of emp table as foreign key.
Q-2> Modify the above table to add three more columns salary,mgr,comm to the emp table. add salary column with constraint greater than zero and modify the width of sal column.
Q-3> Insert following values in employee table.
EMPNO ENAME JOB MGR HIREDATE SAL COMM DEPTNO
7369 SMITH CLERK 7902 17-DEC-80 800 20
7499 ALLEN SALESMAN 7698 20-FEB-81 1600 300 30
7521 WARD SALESMAN 7698 22-FEB-81 1250 500 30
7566 JONES MANAGER 839 02-APR-81 2975 20
7654 MARTIN SALESMAN 7698 28-SEP-81 1250 1400 30
7698 BLAKE MANAGER 7839 01-MAY-81 2850 30
7782 CLARK MANAGER 7839 09-JUN-81 2450 10
7788 SCOTT ANALYST 7566 19-APR-87 3000 20
7839 KING PRESIDENT 17-NOV-81 5000 10
7844 TURNER SALESMAN 7698 08-SEP-81 1500 0 30
7876 ADAMS CLERK 7788 23-MAY-87 1100 20
7900 JAMES CLERK 7698 03-DEC-81 950 30
7902 FORD ANALYST 7566 03-DEC-81 3000 20
7934 MILLER CLERK 7782 23-JAN-82 1300 10
Q-4> Edit the commission of JONES to 1000.
Q-5> Retrieve all rows of employee table.
Q-6> Delete row from employee table where deptno is 10.
Q-7> Delete all rows from employee table then Drop the emp table.

Thursday, May 12, 2011

Friday, April 29, 2011

how to run pl sql

SQL> set serveroutput on
SQL> @c:\seit\abc.sql;
SQL> DECLARE
2 Cursor ecursor is select ename,sal from emp order by sal desc;
3 name emp.ename%type;
4 sal emp.sal%type;
5 BEGIN
6 open ecursor;
7 DBMS_OUTPUT.put_line('top 5 paid employees');
8 For I In 1..5
9 Loop Fetch ecursor into name,sal;
10 DBMS_OUTPUT.put_line(name);
11 DBMS_OUTPUT.put_line(sal);
12 End loop;
13 END;
14 /
top 5 paid employees
KING
5000
SCOTT
3000
FORD
3000
JONES
2975
BLAKE
2850

PL/SQL procedure successfully completed.

Sunday, April 24, 2011

PRACTICAL EXAM QUESTIONS

Practical exam Q No. 1

Q-1> Write a query in sql to create a table employee and department.
Employee(empno,ename,deptno,job,hiredate)
Department(deptno,dname,loc)
Include the following constraints on column of emp table.
a) to make the empno as primary key of the table and
b) to ensure that the ename column does not contain NULL values and
c) the job column to have only UPPERCASE entries and
d) to put the current date as default date in hire date column in case data is not supplied for the column.
Include the following constraints on column of dept table.
a) to make deptno as primary key.
b) to ensure dname,loc coloumns does not contain NULL values
Also enforce REFERENTIAL INTEGRITY, declare deptno field of dept table as primary key and deptno field of emp table as foreign key.
Q-2> Modify the above table to add three more columns salary,mgr,comm to the emp table. add salary column with constraint greater than zero and modify the width of sal column.
Q-3> Insert following values in employee table.
EMPNO ENAME JOB MGR HIREDATE SAL COMM DEPTNO
7369 SMITH CLERK 7902 17-DEC-80 800 20
7499 ALLEN SALESMAN 7698 20-FEB-81 1600 300 30
7521 WARD SALESMAN 7698 22-FEB-81 1250 500 30
7566 JONES MANAGER 839 02-APR-81 2975 20
7654 MARTIN SALESMAN 7698 28-SEP-81 1250 1400 30
Q-4> Edit the commission of JONES to 1000.
Q-5> Retrieve all rows of employee table.
Q-6> Delete row from employee table where deptno is 10.
Q-7> Delete all rows from employee table then Drop the emp table.



Practical exam Q No. 2

Q-1> Give list of emp name & their job spec who are working in dept no 20 ?
Q-2> Compile the details of emp working in dept no 30 ?
Q-3> Find list of emp whose empno is greater then manager no ?
Q-4> Find all manager not in dept no 10 ?
Q-5> To find the total number of employees.
Q-6> To find the total number of clerk hired after 13-jan-81.
Q-7> Determine which department have more then two people holding a particular job?
Q-8> Find all department that have at least two clerk?
Q-9> Retrieve emp name and job who have the same job as that of allen?
Q-10> List all emp name and their job of those depts. That are located at Chicago?

Practical exam Q No. 3

Q-1> Create a table client master with the following fields client_no, name, address1, address2, city, state, pin_code, remarks, balance due and add the constraints?
• Create a primary key constraint on the column client_no.?
• create the following check constraints
Data values being inserted into the column client_no must start with ‘c’.
 Data values being inserted into the column name should be allowed in upper case only?
Q-2> Insert five rows in the table client master?
Q-3> Show all rows of client master?
Q-4> Add a new column in your table : AGE ?
Q-5> Update the table client master ?
Q-6> Delete a row from client master where age is greater then 60?
Q.7> Create table supplymaster (supplierno,suplliername,address1,address2,city,state,
pincode,remarks,baldue) by using clientmaster.
Q.8> Insert values in table supplymaster by using clientmaster.
Q-9> Drop table client master?




Practical exam Q No. 4

Q-1> Display everyone in dept no 20 who is neither a clerk, salesman nor analyst ?
Q-2> List all emp names, their jobs, salary in ascending order by theire jobs ?
Q-3> Obtain list of all empno and names who are manager ?
Q-4> Display names of all emp whose comm is greater then salary ?
Q-5> To find the sum paid as salary to all employees every month.
Q-6> To find the yearly compensation paid to all sales men.
Q-7> Divide all employee into group dept and job and also specify deptno?
Q-8> List all emp name and sal whose sal is greater then that of all managers?
Q-9>display all emp names and sal where sal is less then that of any manager of any dept?
Q-10> To find the minimum salary of managers in various depts.





Practical exam Q No. 5

Q-1> Find list of emp whose sal is greater then 2000 along with their job spec ?
Q-2> Give list of all emp along with their monthly and annual income ?
Q-3> List all empname who are ordered by the jobs within each job there should be Descending order by empno ?
Q-4> Retrieve details of emp whose sal is between 1000 and 2000 both inclusive?
Q-5> To find the average salary of all the employees.
Q-6> To find the average yearly compensation paid to sales men.
Q-7> List annual salary from all job consisting of more then one employee?
Q-8> List all dept with atleast one analyst?
Q-7> To find the minimum salary of managers in various depts. Having salary greater than 2500.
Q-10> To select all employees sorted dept wise in ascending order and within dept salary wise in descending order for dept no. 10 and 20.







Practical exam Q No. 6

Q-1> List the job that have average annual salary greater than all manager?
Q-2> Find the no of employees and job group by deptno?
Q-3> List all emp names and their salaries who are working in dept no 10 ?
Q-4> Give details of all dept and their no’s while changing the column name as department and department no ?
Q-5> To find the minimum salary paid to any employee
Q-6> To list the employee who heads the list alphabetically.
Q-7> List all emp name, dept names and location whose deptno is common in both dept table and emp table?
Q-8> List all jobs in dept 10 and 20 or in both?
Q-9> To select all employees along with their annual salary sorted on the basis of annual salary.
Q-10> To find the minimum salary of managers in various depts.





Practical exam Q No. 7

Q-1> List all jobs which are common in dept 10 and 20 ?
Q-2> List all jobs which are present in dept 10 but not in dep 20?
Q-3> List all managers with their respective name manager and deptno ?
Q-4> Display list of emp whose job is analyst ?
Q-5> To list all the employees hired during the year 1982
Q-6> To get all employees from dept 10 and 20.
Q-7> To list all employees whose name begins with ‘J’.
Q-8> Retrieve all details of employees whose name is either smith, blake, allen, scott, clark and King ?
Q-9> Create view on appropriate tables to display ename , job , sal , dept name?
Q-10> Drop the above view?








Practical exam Q No. 8

Q-1> To list all employees whose salary is greater than or equal to 2000.
Q-2> To list employees whose name begins with ‘J’ and has ‘N’ as the third character?
Q-3> To list all employees not entitled for commission.
Q-4> To list all employees who receive commission.
Q-5> To get all the employees whose salary is greater than the average salary of the company.
Q-5> Create unique index on job on the emp table.
Q-6> Remove the index created for the emp table.
Q-7> To find out average minimum and maximum salary of each dept.
Q-8> Create view on emp to display sum of salary grouped according to deptno?
Q-9> Drop the above view?
Q-10> To select all employees along with their annual salary sorted on the basis of annual salary.




Practical exam Q No. 9

Q-1> Create view on emp displaying deptno , dept name , sal , job.
Q-2> Drop the above view.
Q-3> To select all the employees who do the same job as that of Scott.
Q-4> To see all details of depts. Who have employees working in it.
Q-5> To find out average maximum and minimum salary of departments where average salary is greater than 2000.
Q-6> To list the minimum salary to various categories of employees.
Q-7> To list employees working in dept no 10 or 20.
Q-8> To list employees hired after 01-jan-81 and working in dept no. 10
Q-9> To find names and salary details of all employees whose salary is equal to the salary given to an employee working in dept no. 30
Q-10> To select all employees along with their annual salary sorted on the basis of annual salary.







Practical exam Q No. 10

Q-1> To list employees working in dept other than 10.
Q-2> To find the minimum salaries of various categories of employees in various depts.
Q-3> To find the minimum salaries of various categories of employees, department wise such that minimum salary is greater than 1500.
Q-4> Create view on emp displaying ename , job ,sal in dept 10.
Q-5> Drop the above view.
Q-6> To select the employees whose salary is greater than the salary of all employees working in dept no. 30
Q-7> To list all employees in the ascending order by name.
Q-8> To select all employees sorted dept wise in ascending order and within dept salary wise in descending order.
Q-9> To select all employees along with their annual salary sorted on the basis of annual salary.
Q-10> To find the minimum salary of managers in various depts.



Practical exam Q No. 11

Q-1> Creat the following table and insert the given value.

Employees:
Emp_id Name
01 Hansen,Ola
02 Svendson, Tova
03 Svendson, Stephen
04 Pettersen, Kari

Orders:
Prod_id Product Emp_id
234 Printer 01
657 Table 03
865 Chair 03

Q-2> Who ordered a product and what did they order.
Q-3> Who ordered a printer.
Q-4> List all the employees and their order if any.
Q-5> List all orders and who has ordered if any.















Practical exam Q No.12


Q. Write a PL/SQL program to display the names of five highest paid employees in a company?











Practical exam Q No.13

Q. Write a PL/SQL program to give 10% raise to all employee earning less than 2500?

Lecture PPTs of MIS , Module 4 to Module 6

 Module 4 Social Computing (SC): Web 3.0 , SC in business-shopping, Marketing, Operational and Analytic CRM, E-business and E-commerce B2B B...