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

Easiest explanation: The SQL code can include determining not only what objects are involved, but also the filter criteria and other QUALIFIERS that define the set of data being acted on.



Discussion

No Comment Found

Related InterviewSolutions