logo

Crowdly

Perhatikan skema database pada suatu usaha rental komik berikut! Output apa...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Perhatikan skema database pada suatu usaha rental komik berikut!

Image failed to load

Output apa yang akan dikeluarkan oleh query berikut ini?

SELECT b.title

FROM BOOK AS b

WHERE b.book_id IN (

SELECT r.book_id

FROM RENTAL AS r

WHERE r.customer_id IN (

SELECT c.customer_id

FROM CUSTOMER AS c

WHERE c.fname LIKE 'K%'

)

) AND b.release_year = 2015;
100%
0%
0%
0%
More questions like this

Want instant access to all verified answers on scele.cs.ui.ac.id?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!