خرید بک لینک

Vote count: 0

I had to write an SQL-Query for a given Database (it's huge, I won't be able to post it here, but its about artists with albums and release dates, genres etc.).

The Task was to find all artists involved in albums which contains the word "drop". I had to write an correlated and an uncorrelated query. I got the correlated:

SELECT artist FROM CDDB.ARTISTS ar WHERE EXISTS ( SELECT album FROM CDDB.ALBUMS al INNER JOIN CDDB.ARTIST2ALBUM aa ON al.albumid = aa.albumid WHERE ar.artistid = aa.artistid AND album LIKE '%drop%');

Now I have to make that uncorrelated, but I don't know how. Is it possible that one can help me without the given tables etc.?

asked 22 secs ago

برچسب: نویسنده: استخدام کار تاريخ: جمعه 4 تير 1395 ساعت: 0:46

صفحه بندی