If We Have An Sql Query That We Write Over And Over Again Which #296
If we have an SQL query that we write over and over again, which of the following is a better idea to make it less complex?
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Subqueries - SQL Comments - Quiz No.1.
If we have an SQL query that we write over and over again, which of the following is a better idea to make it less complex?
Use logical operators
Save it as a stored procedure
Write the query as many number of times as we want to execute
simplify it by using loops