What is the use of teradata system software?
id name gender 1 Ram Female 2 Kumar Female 3 sathish Female 4 Santhya Male 5 Durga Male 6 Priya Male This is my input...how to change Gender Male to Female & Female to Male??? Write sql query for this question???
What is the command in bteq to check for session settings ?
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??
What are the different design perspectives used in teradata?
What are the functions of a teradata dba?
how can i answer for question like teradat architecture in interveiw
what happen if a query fail in dispatcher?
i learn teradata,it is so intersting,now i want teradata certifications ,so any 1 help me to get teradata certifications TD 12 ? email:kdcrazyy@gmail.com
What is the primary index in teradata?
What is the purpose of joins in teradata and what are the available join types?
Hi Friends, Please send me Teradata Materials for certifications Thanks in advance !!
Hello Frndz, I have a table named product as shown below: product_id product_name 1 AAA 1 BBB 1 CCC 2 PPP 2 QQQ 2 RRR Now my output should be: product_id product_name_1 product_name_2 product_name_3 1 AAA BBB CCC 2 PPP QQQ RRR