Baselight

AND OR XOR

Simple binary operations truth table.

@kaggle.ancientaxe_and_or_xor

Or
@kaggle.ancientaxe_and_or_xor.or

  • 2.7 KB
  • 3 rows
  • 3 columns
n_0

0

n_0_1

0.1

n_0_2

0.2

11
11
111

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

Share link

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