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 |
What is upsert statement in teradata?
How to view every column and the columns contained in indexes in teradata?
how to improve the query perfoemance in teradata.with example?and how explain this in interview?please forward answer
What are the functions of a Parser?
What are the different table types supported by teradata?
Highlight the advantages of PPI(Partition Primary Index).
i have a table like sales....the field are Prodid Jan(jam month sales)Feb March apr may jun july 1 20 76 50 74 94 93 83 2 30 94 40 94 93 93 02 3 40 90 30 49 94 92 56 4 70 20 30 93 46 35 78 5 23 40 40 39 84 46 57 6 85 30 55 93 46 46 46 7 84 20 65 83 56 57 57 8 10 93 40 93 68 57 36 9 57 30 30 83 67 57 79 10 38 83 40 83 55 68 47 11 35 39 90 94 57 78 47 12 83 89 50 93 79 69 69 i wat ti find the max sales of every product which i want to load into target table
What are the available join types in teradata?
What is the purpose of joins in teradata?
What is bteq script in teradata?
What is the process to restart the multiload if it fails?
Hi All, I have a table with 3 fields like id,mark1,mark2 and I would like to update a mark3 field that would calculate the max for each record (so the max value of the 2 fields) in Teradata ID Mark1 Mark2 Mark3 1 10 20 2 20 30 3 40 10 4 50 50 I Have to write a update statement Mark3 with max value of mark1,mark2 fields…like bellow ID Mark1 Mark2 Mark3 1 10 20 20 2 20 30 30 3 40 10 40 4 50 50 50 Please any one help me ....Thq