Skip to content

Commit d8134c2

Browse files
committed
-- 4. Find out if product “1.44 Drive” is ordered by only client and print the client_no name to whom it was sold.
1 parent 30f3d1a commit d8134c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbms/8.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ where client_no in (
3939
where s_order_no in (
4040
select s_order_no
4141
from sales_order_details
42-
where product_no = 'P00001'
42+
where product_no = '1.44 Drive'
4343
)
4444
);
4545
-- 5. find the names of client who have placed orders worth Rs.10000 or more.

0 commit comments

Comments
 (0)