Baselight

AND OR XOR

Simple binary operations truth table.

@kaggle.ancientaxe_and_or_xor

Xor
@kaggle.ancientaxe_and_or_xor.xor

  • 2.71 KB
  • 3 rows
  • 3 columns
n_0

0

n_0_1

0.1

n_0_2

0.2

11
11
11

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

Share link

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