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 / tdguy

1. use coalesce(column1,column2) or case when column1 is
nul...end or zeroifnull(column1) to handle nulls.
2. in TD 14.0 there can be 2048 columns per table.
3. sum/count gives you the average of the field.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between user and database in teradata?

618


What is partitioned primary index (ppi)?

572


Explain the term 'tables' related to relational database management system?

596


Steps to create a data model?

662


What is teradata?

648






How can we check the version of Teradata that we are using currently?

593


how can we analyze the locks ?

1700


What is the difference between fastload and multiload?

800


What are the different functions included in the server software?

603


What are the functions involved in shared information architecture?

604


What are differences between teradata and ansi session modes in teradata?

627


Differentiate primary key and partition key?

581


how many modules are there in telecome domain?how to explain the architecture?

1557


What type of indexing mechanism do we need to use for a typical data warehouse?

618


Briefly explain each of the following terms related to relational database management system (rdbms) – database, tables, columns, row, primary key and foreign key.

592