You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cur.execute("create table CustomerDetails (sr_no int primary key not null auto_increment,customer_name varchar(50) not null,account_pin varchar(4) not null,balance_amount int not null);")