Nullable and Not Nullable Tables

If Input table is nullable and output table is not nullable then will the output table allow null values?

Showing Answers 1 - 4 of 4 Answers

Ben

  • Dec 6th, 2016
 

No, regardless of what your input data is, if the table youre outputting to does not allow nulls, then that data wont be allowed.

  Was this answer useful?  Yes

Varun Maheshwari

  • Dec 7th, 2016
 

Output table will not allow null values, we can use a FBE with !is_null to filter out the records.

  Was this answer useful?  Yes

Aman

  • Oct 30th, 2017
 

No.. Output table will not allow null value.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions