AND OR XOR
Simple binary operations truth table.
@kaggle.ancientaxe_and_or_xor
Simple binary operations truth table.
@kaggle.ancientaxe_and_or_xor
CREATE TABLE and (
"n_0" BIGINT -- 0,
"n_0_1" BIGINT -- 0.1,
"n_0_2" BIGINT -- 0.2
);
CREATE TABLE or (
"n_0" BIGINT -- 0,
"n_0_1" BIGINT -- 0.1,
"n_0_2" BIGINT -- 0.2
);
CREATE TABLE xor (
"n_0" BIGINT -- 0,
"n_0_1" BIGINT -- 0.1,
"n_0_2" BIGINT -- 0.2
);
Anyone who has the link will be able to view this.