CSFINAL
CSFINAL
SCHOOL
CLASS XI
COMPUTER SCIENCE PRACTICAL FILE
(b)Display Pname, Quantity and Rate for all the orders that
are either pencil or pen.
(c) Display the orders which are not getting any discount.
(d) Display the details of all the orders whose total cost is
greater than 500.
Q2) Study the following table and write SQL queries for
questions (a) to (e).
Emp_id Emp_name Emp_no
101 ashish 21
102 raj 31
103 vivek 38
104 shantanu 67
105 khanak 88
table: employee
table: employeement
(a) Display details whose emp_no is 21?