InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) ODBC has the call ExecDirect(b) Few database systems provide the facilities for running SQL code directly against the database engine(c) The SQL code is not stored in the source program, but rather it is generated based on user input(d) None of the mentionedThis question was posed to me by my college professor while I was bunking the class.The above asked question is from Dynamic SQL in division Developing with SQL Server of SQL Server |
|
Answer» Correct CHOICE is (c) The SQL code is not stored in the source program, but rather it is generated BASED on user input |
|