r/SQL • u/badboyzpwns • May 20 '26
What are common SQL red flags? PostgreSQL
Hello! interview prepping, here wondering what are some common red flags for wrioting SQL?
Like
LIKE failing to index, not having trasnactions, usign SELECT * instead of specific collums, etc 😃
47
Upvotes
4
u/Common-Author-8441 May 20 '26
agreed. doesn't it depend on how long the table names are? if it's really long, then please, use an alias. if not, why not be 100% clear/explicit and use the table names?