what is DYNAMIC SQL in TD?
Answer / yuvaevergreen
dynamic sql is invoking SQL inside a stored procedure during
run time. execute immediate or call can be used to invoke
dynamic sql.
| Is This Answer Correct ? | 7 Yes | 0 No |
where we can use the delimiter in mload? pls let me know
Difference between stored procedure and macro?
what is the difference between start schma and Fsldm?
Explain the term 'primary key' related to relational database management system?
What is use of compress in terdata?Explain?
What are the various indexes in teradata? How to use them? Why are they preferred?
How would you load a very large file in teradata in general? What utility would you use for it? Why?
How do you do backup and recovery in teradata?
In which scenarios we use Volatile tables and Global temporary Tables in Real time? Please give me one real time scenario???I know wat is its use??
When tpump is used instead of multiload?
What are the uses of bynets in multi-node systems?
I Have Name field in a Table Name ------------- abcde;fgh;ijk; abc;def;jklm;no I want to write a sql to display name field data with out ';'.so i want to replace ; with '' how will write in Teradata