Electoral Bond
Disclosure of Electoral Bonds from State Bank of India
@kaggle.gagandevmishra_electoral_bond
Disclosure of Electoral Bonds from State Bank of India
@kaggle.gagandevmishra_electoral_bond
CREATE TABLE eb_purchase_details (
"sr_no" VARCHAR,
"reference_no_urn" VARCHAR,
"journal_date" VARCHAR,
"date_of_purchase" VARCHAR,
"date_of_expiry" VARCHAR,
"name_of_the_purchaser" VARCHAR,
"prefix" VARCHAR,
"bond_number" VARCHAR,
"denominations" VARCHAR,
"issue_branch_code" VARCHAR,
"issue_teller" VARCHAR,
"status" VARCHAR
);
CREATE TABLE eb_redemption_details (
"sr_no" BIGINT,
"date_of_encashment" VARCHAR,
"name_of_the_political_party" VARCHAR,
"account_no_of_political_party" VARCHAR,
"prefix" VARCHAR,
"bond_number" BIGINT,
"denominations" BIGINT,
"pay_branch_code" BIGINT,
"pay_teller" BIGINT
);
Anyone who has the link will be able to view this.