Created
August 16, 2019 06:41
-
-
Save databraineo/f347dc6f7f7531571044b4e0ce4f1e08 to your computer and use it in GitHub Desktop.
Code examples for SQL 1x1 blog-article - 03
This file contains 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 | |
ArtistId, | |
Name AS Kuenstler | |
FROM Artist; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment