1.

Dynamic SQL Statements in SQL Server can be easily built using ________________(a) Cursor(b) Stored procedure(c) Function(d) All of the mentionedThe question was asked in a job interview.This question is from Dynamic SQL in portion Developing with SQL Server of SQL Server

Answer»

Right option is (b) STORED procedure

Explanation: Dynamic SQL is a term used to mean SQL code that is generated programmatically (in PART or fully) by your PROGRAM before it is EXECUTED.



Discussion

No Comment Found

Related InterviewSolutions