Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is dynamic sql

Answer Posted / hima

Dynamic SQL is a term used to mean SQL code that is
generated programatically (in part or fully) by your program
before it is executed. As a result it is a very flexible and
powerful tool. You can use dynamic sql to accomplish tasks
such as adding where clauses to a search based on what
fields are filled out on a form or to create tables with
varying names.
Using dynamic SQL you can put a SQL statement inside a
variable and execute that statement. It's what you have to
do when you're trying to run Select * from @TableName.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c# windows form application?

1005


Define Final Class in C#

1091


I want to print "Hello" even before main() is executed. How will you achieve that?

951


What is a function c#?

1014


Which of the following API is used to hide a window?

1085


Why do we override in c#?

930


How much time will it take to learn unity?

979


What is asynchronous one-way calls?

1029


How do I declare inout arguments in c#?

977


If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?

1027


Why do we use inheritance in c#?

956


Can you inherit from a sealed class?

966


How many parameters can a method have c#?

966


Why do we need constructor?

971


Which are the loop types available in c#?

997