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_CS.Code_CS
- FROM Software_CS INNER JOIN
- (SELECT Software.Code Codes
- FROM Software INNER JOIN Applications
- ON Software.Code=Applications.Code)
- ON Software_CS.Code_Software=Codes WHERE Computer_System.Code=Code_CS);
Add Comment
Please, Sign In to add comment