Baselight

AND OR XOR

Simple binary operations truth table.

@kaggle.ancientaxe_and_or_xor

And
@kaggle.ancientaxe_and_or_xor.and

  • 2.71 KB
  • 3 rows
  • 3 columns
n_0

0

n_0_1

0.1

n_0_2

0.2

1
1
111

CREATE TABLE and (
  "n_0" BIGINT,
  "n_0_1" BIGINT,
  "n_0_2" BIGINT
);

Share link

Anyone who has the link will be able to view this.