write sql query to filter the null value data following
table?
name age
john 30
smith null
null 34
sharp 24
i want the output following are
name age
john 30
sharp 24
Answer Posted / subbu
select * from table name where name is not null and
age is not null
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?
What are junk dimensions?
What are the different versions of informatica?
Differentiate between joiner and lookup transformation?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
How to extract the informatica rejected data?
Enlist some properties of sessions.
Define update strategy?
How can you generate reports in informatica?
Mention few power centre client applications with their basic purpose?
How to join three sources using joiner?
can u give example for factless fact table
How to handle decimal places while importing a flatfile into informatica?
Enlist the various types of transformations.
How do you update the records with or without using update strategy?