what is static sql? what is dynamic sql? Give me details
Answer Posted / sathishkumar s
Static SQL is SQL statements in an application that do not
change at runtime and, therefore, can be hard-coded into
the application.
Dynamic SQL is SQL statements that are constructed at
runtime; for example, the application may allow users to
enter their own queries. Thus, the SQL statements cannot be
hard-coded into the application.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is plan in cobol db2?
Define predicate?
What is buffer pool and list some of them?
What is runstats and reorg in db2?
What is load utility in db2?
What is an instance in db2?
What are the benefits of using the db2 database?
Can you use max on a char column?
How do I import a csv file into db2?
What is nvl in db2?
What is bind in db2?
How to get the ddl of a table in db2?
What is a bind in db2?
What is runstats utility in db2?
What is the maximum size of a char data type in db2?