You are on page 1of 6

DBMS

LAB TASK 5
NAME: MUHAMMAD SAJID
STD ID: 10298
CLASS ID: 107085
INSTRUCTOR: MISS NAZYA ABRAR
a) Display the record of those employees whose order amount is between 3000 and 1500 and
display there order ID.

b) Display the record of all those employee and order amount whose belongs to the Ahmedabad.

c) Implement the (full join/inner join/left join/right join)


2: In the above tables Customers Display the following: (you can use the w3school table if you want)
a) Display the record of customers whose name start with the character ‘a’ and end with ‘s’ and
they belongs to Mexico DF.

b) Display the data to those customers whose city like ‘…rli. ’

c) Display the record of those customers whose name consists ‘the’ in anywhere.
d) Display the record of those customers whose city contain the last character ‘o’.

You might also like