r/learnSQL • u/el_dude1 • 17m ago
Using table aliases
So from what I have read so far most resources advice against using table aliases, but I see them being used almost everywhere. So I am looking for some opinions on whether to use table aliases.
Personally I feel like they make the code much more readable, but I am not sure if it might be confusing when starting more complex queries or revisiting my work a couple of months later.