Suppose we want to display zero when null values coming to report how can we do that?
Answer / S K Nigam
In SQL, you can use the COALESCE function or ISNULL function to replace NULL values with zeros. For example, in MySQL: SELECT COALESCE(column, 0) as column FROM table; In Microsoft SQL Server: SELECT ISNULL(column, 0) as column FROM table;
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain me what are conformed dimensions?
What is Star Schema?
Explain where do we use semi and non additive facts?
What is surrogate key?
What are the different methods of loading dimension tables?
What are modeling tools available in the market?
Explain the different types of data warehousing?
What are components of report studio?
Describe a data warehouse.
What are data modeling and data mining?
Which component has onread method and what it is used for?
How does data mining and data warehousing work together?