Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT Computer_System.Code
- FROM Computer_System
- WHERE NOT EXISTS
- (SELECT Software_Computer_System.CS_Code Code
- FROM Software_Computer_System INNER JOIN
- (SELECT Software.Code Codes
- FROM Software INNER JOIN Applications
- ON Software.Code=Applications.Code)
- ON Software_Computer_System.Software_Code=Codes WHERE Computer_System.Code=CS_Code);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement