Is there anyway to create a table with multiple columns and 2 of them should never be null in same record.
for example, I need to make C
and D
somehow that each one of them could be null
if the other wasn't null
in same record.
I there any way?
| A | B | C | D | E |
|---|---|---|---|---|
| | | | | |
| | | | | |
| | | | | |
And they should never have value together