-
-
Save esthicodes/aa9842d154bc31b20821b3523206cd8f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * FROM Apartments where (Price > ( SELECT AVG(PRICE) FROM Apartments)) AND (STATUS = 'Not rented') ORDER BY PRICE; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment