How to write complex sql query in sql server management studio that is easy to read and maintain.
Every developer should write complex query in a proper way that should be easy for others.
Some developers write it so neatly and indent their query properly, which makes it easy to spot the key details e.g. which columns you are extracting from which table and what are conditions
writing code is more art than science, every coder cannot write beautiful code which is both readable and maintainable, even with experience. In general, coding improves with experience when you learn the art of coding.
#codingera #complexquery #sqlquery #sql