Skip to content

2244shek/Banking-Using-Python-MySQL

Repository files navigation

Banking-Using-Python-MySQL

This is a basic DIY-project made using Python and MySQL.

Pre-Requisite needed :

MySQL command Line:-

>>creating a database in MySQL using this command : 

create database bank;

>>creating customer table in MySQL using this command:

create table cus (accno int , name varchar(30) , phno int , passwd int , address varchar(30));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages