If I have query (1) with multiple steps and I need to have query (2) based on query (1). For performance and/or good practice is it better to:
A) duplicate it and then modify and or remove the steps carried over to get what I need
or
B) is it better to reference it and then create steps to get what I need?
A) duplicate it and then modify and or remove the steps carried over to get what I need
or
B) is it better to reference it and then create steps to get what I need?