1. First Write Your Commands in commands Directory if you want own table structure
python connect.py
1. python create_table.py
1. python insert_data.py student roll_no 'full_name' age 'dob' course_id
2. python insert_data.py course "Course Name"
3. python insert_data.py teacher "full_name" "qualificaition" course_id
1. python get_data.py table_name
1. python delete_data.py table_name id_to_delete
1. python update_data.py "New Course Name" id_to_update
Reference Guide :