Sample Paper-1
Sample Paper-1
b) Consider the following table Item and write the queries (i) and (ii).
Table: Sales
Empno Ename Place Commission
101 Sumit Hyderabad 10
102 Amit Delhi 30
103 Anish Lucknow 12
104 Ajay Mumbai 10
105 Raman Chandigarh 20
i. Write a command to insert a new record with the following values:
(106, ‘Raj’, ‘Hyderabad’, 15).
ii. Write a query to display all the records of a table in ascending order of
commission.
@@@@@@@@@@