M
M
MaxRc2018-06-24 17:47:44
SQL
MaxRc, 2018-06-24 17:47:44

What is SQL query testing?

I am doing an internship in one company and they gave me the task of testing sql queries. Testing is a new beast for me, and with all the questions, of course, was sent to Google. After digging into it, I came to the conclusion that testing sql queries is simply entering queries and checking for errors in the results of these same queries. But it seems to me that not everything is so simple and I'm missing something. I would appreciate any link or hint. Thank you in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Max, 2018-06-24
@MaxRc

I would first read about the miracle EXPLAIN command

K
Konstantin Tsvetkov, 2018-06-25
@tsklab

In SSMS, press the "Parse" button - the request text will be checked.
The "Debug" button will take you into the wonderful world of a programmer who can read a query plan.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question