What is real time and near real time data warehousing?
No Answer is Posted For this Question
Be the First to Post Answer
if collect stats but it show low confidence why?
What is the Maximum number of volatile tables that can be created?
What is basic teradata query language?
How do you design aggregate tables using teradata?
What are the steps involved in the process flow of the sql statement through channel attached system?
i 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
What do you mean by teradata intelliflex?
What is node? How many nodes and amps used in your previous project?
What are the joins in teradata and how many types of joins are there in teradata?
Can you connect multiload from ab initio?
What is meant by a node?
I have a employee table with EMPID, EMPNAME, DEPTID, SAL and want to fetch the maximum and minimum salary on each dept id with the emp name. Can anyone help in this? The result should contain the EMPNAME, DEPTID, SAL.