Hello all, There is a table with 4 columns in that 3 columns has been already loaded with 5 million records.4th column is empty,Now I have got 5 million records data which has to be loaded into 4th column.How can I load this data fastly in to the 4th column with out using update
5 15059In 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??
3 16444sel a.t1,b.t1 from emp a left outer join dept b ON a.id=b.id where b.deptno=10; sel a.t1,b.t1 from emp a left outer join dept b ON a.id=b.id and b.deptno=10; what is the difference on the above 2 queries?
3 10303i have column like below studentid studentname sub1 sub2 sub3 1 aaa 40 70 90 2 bbb 60 80 50 i want to execute every student highest mark in which subject my o/p like below studentid studentname sub3 sub2 1 aaa 90 2 bbb 80
12 17735Post New CTS Teradata Interview Questions
what will be the output for the following main() { printf("hi" "hello"); }
What is the usage of open cursor command?
What are the different types of variables available in the task editor?
Why web service is required?
Give me some real time point of way where exactly we can conduct audits?
What is the best book for c++ beginners?
What is the scope of an external variable in c?
What is the difference between visual studio and visual studio code?
Explain the process flow for a standard sales order.
y the range of char is between -128 to 127 only????
How do you remove duplicates from an array in java?
Intercompany sales I am working on intercompany sales. How do I create material in both company codes?
What is the script build up by jQuery?
UPPER or UCASE function in Hive with example?
What is the difference between array list and vector list?