Does SDLC changes when you use Teradata instead of Oracle?
Answers were Sorted based on User's Feedback
Answer / praveen
SDLC doesn't change but physical data model changes.
Physical data model(i.e table structure) needs to be re-
designed according to the teradata database.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / vijay
SDLC does not change when we use teradata database instead
of Oracle.But we use teradata utilities in this situation it
is required to change SDLC.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the meaning of Amp?
Explain the term 'row' related to relational database management system?
Suppose i have data like 2009/12/31 555555534 ' ' Generally last 2 records are wrong format it is going to error table but i don't want load error table if any wrong format in Date column Pass "NULL" how can we do it fast load
What is FILLER command in Teradata?
Describe primary index in teradata?
What are the multiload utility limitations?
How to load specific no.of records using bteq, or fastload,or multiload
How do you Generate Sequence in Teradata?
Frnds.... i have one doubt we have the num like this +913757575......i want to remove 91 and i want lo load remaining data to the target table.. whinch function we can use in teradata????? Plz let me know.. thanks in advance
Can you load multiple data files for same target table using fastload?
What is a common data source for the central enterprise data warehouse?
i have a table like sales....the field are Prodid Jan(jam month sales)Feb March 1 20 76 50 2 30 94 40 3 40 90 30 4 70 20 30 5 23 40 40 6 85 30 55 7 84 20 65 8 10 93 40 9 57 30 30 10 38 83 40 11 35 39 90 12 83 89 50 Now the Question is i want get the max sales of 12 products from the months.hint:for eg I WANT GET 89 for product12... Can any one help me