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 are Dynamic SQL statements?

Answer Posted / vishal kumar

Sql statement should be written in quotes like

'select table1.col1, tabel2.col2 from table1,table2 where
table1.col3=table2.col4'
and we can execute through below command "execute immidiate"
EXECUTE IMMEDIATE 'select table1.col1, tabel2.col2 from
table1,table2 where table1.col3=table2.col4'

it execute at runtime, means its not allowed as static.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Enlist some predefined exceptions?

1103


What are the qualities of 2nf?

1094


Explain the the delete statements in sql?

1106


how to escape special characters in sql statements? : Sql dba

1079


What are two statement types in sql?

1155


Can I call a procedure inside a function?

1071


How many sql statements are used?

1062


What view means?

1020


What are character functions in sql?

985


What is an exception in PL/SQL? What are the two types of exceptions?

1389


how mysql optimizes distinct? : Sql dba

1118


how many sql ddl commands are supported by 'mysql'? : Sql dba

1058


What are local and global Indexes and where they are useful.

1489


What type of database is sql?

1060


how to create a table index in mysql? : Sql dba

1113