I have a code which uses multiple SQL queries. Should i use String to store these different SQL queries or should i use a StringBuilder.
If using StringBuilder should i have each query in a new StringBuilder object or use a single StringBuilder object.