Created
June 23, 2023 23:00
-
-
Save 5Spaak/0dc56430c14afe8005bfcccc7ae81b4d 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 STUDENT_ID AS ID, | |
| STUDENT_NAME AS NAME, | |
| STUDENT_ADDRESS ADDRESS | |
| FROM STUDENT; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment