How to handle nulls in Teradata???
How many columns can be there in a table???
How to find average sal with out using avg function????
Answer Posted / yuvaevergreen
1. Use zeroifnull,nullifzero in select and NULL in insert
directly.
2. 256 columns max per table.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the commands to make a new table, change a table and remove a table in teradata?
Explain the advantages of partitioned primary index in a query?
How to select first n records in teradata?
Explain amp in teradata?
What are the steps involved after the disk manager passes the request?
Can we collect statistics on table level?
Explain and compare pros and cons of start schemas?
What is dimensional modeling?
What are the uses of bynets in multi-node systems?
What is meant by a Least Cost Plan?
What is the opening step in basic teradata query script?
List the logical and conditional operators that are used with teradata along with their meanings?
What are aggregate tables? How do you design them using teradata?
What are the various indexes in teradata? Why are they preferred?
why use references rather than pointers in the public api, particularly for arguments which are modified?