How do I replace EXISTS and NOT EXISTS with JOIN in SQL so I can translate it to relational algebra?

后端 未结 0 962
轮回少年
轮回少年 2020-12-15 09:22

I want to replace EXISTS and NOT EXISTS in the following query:

SELECT pokemon_name FROM sinnohdex s
WHERE NOT EXISTS
    (SELECT * FROM hoenndex h
     WHERE         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题