You are testing a complex SQL query that retrieves customer data. During testing, you notice that the query returns incorrect results for certain customers. What type of SQL query testing should you perform to address this issue?

  • Black box testing
  • Functional testing
  • Regression testing
  • White box testing
White box testing involves examining the internal structure of the SQL query to identify any logic errors or anomalies that may cause incorrect results. By analyzing the query's code and execution paths, you can pinpoint and rectify issues that affect data retrieval accuracy.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *