InterviewSolution
Saved Bookmarks
| 1. |
The Dynamic SQL Queries in a variable are __________ until they are executed.(a) Compiled(b) Parsed(c) Checked for errors(d) All of the mentionedI had been asked this question during a job interview.My doubt stems from Dynamic SQL in portion Developing with SQL Server of SQL Server |
|
Answer» RIGHT CHOICE is (d) All of the mentioned Easiest EXPLANATION: A Dynamic SQL is needed when we NEED to RETRIEVE a set of records based on different search parameters. |
|