Tkinter Program : Perform CRUD(Create, Read, Update, Delete) Operation. Python Program.
DataBase Name : 'crud tkinter' Table Name : 'employee_master' , 'designation'
Button : Frist, Last, Previous, Next, Update, Delete, Insert, Clear
Input Fields : Employee Code(primary key), Employee Name, Employee Address, Employee City, Employee Birth Date, Employee Monthly Salary, Employee Class of Employee (Class I, Class II, Class III or Class IV)(Radio), Employee Gender (Male / Female / Other) (Radio), Employee Designation(Combo Box should filled from database table name designation).