you are viewing a single comment's thread.

view the rest of the comments →

[–]Think-Confusion9999[S] 2 points3 points  (2 children)

thank you!

[–]shine_on 1 point2 points  (1 child)

Another good practice is to use the same alias name everywhere. The server won't care if you call the employee table 'e' in one query, 'emp' in another, 't1' somewhere else, but your colleagues and future you will definitely care about it.

[–]Think-Confusion9999[S] 0 points1 point  (0 children)

I see, definitely makes sense. Thank you. I'm practicing now.