What is dynamic SQL?
Answer / s
Dynamic SQL are built at execution time. Dynamic SQL does
not go through the program preparation process like static
SQL and can execute different SQL statements in one
program.
Is This Answer Correct ? | 0 Yes | 0 No |
What is performance tuning db2?
Q4. How will you get the count of record without using COUNT verb in query?
how can u understand the end of the table ?
What is copy pending status in db2?
COBOL PRECOMPILER ERROR: "XXXXXX" (TABLE) PREVIOUSLY DECLARED OR REFERENCED DCLGEN VARIABLES GETS IMPORTED TWICE FOR ONLY ONE EXEC SQL STATEMENT. WHAT COULD BE THE PROBLEM?
what is the difference between where clause and having clause
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
What information is used as input to the bind process?
Mention and explain the contention situations caused by locks?
What is a page in db2?
What is the logical entity between plan and Package?
How to create backup table in db2?