if a error occured in FASTLOAD is the fastload job stops?
Answer / ram
No, It will continue to execute the next commands/sql. If those commands/SQLs are dependent on the above one they will also get failed.
You have to to write exit/quit command explicitly
Is This Answer Correct ? | 1 Yes | 0 No |
how do you manage the production space. what are the proactive methods you can take ?
What are the steps involved after the disk manager passes the request?
IBM QUESTION As all we know PE takes the SQL Request and it will give responce for that query. what is the internal process happening.how it is taking that sql from the system????? thanks in Advance
2 Answers Cap Gemini, IBM, Infosys,
Explain the parallel data extension in teradata?
What is the use of stored procedures in teradata?
Can any one plz provide the teradata interview questions?
I have a table with emp id, emp name, dept id and sal where dept id is NUSI. SEL * FROM EMP WHERE DEPTID = 100. Can any one explain how it will fetch the record.
Describe the between keyword in teradata?
what is the default character set in teradata,,?
Where we use PPI in real time??? What is the disadvantages of PPI?
How does hashing happens in teradata?
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