The performance of static SQL is better than dynamic SQL, because for static SQL the binding is done only once and the program can be executed many times
Reveal answer
Fill a bubble to check yourself
The performance of static SQL is better than dynamic SQL, because for static SQL the binding is done only once and the program can be executed many times