- Button Create Database Table Copy The Above Code To Set Up Database Table Person Table Student Button Add 1 (19.59 KiB) Viewed 17 times
Button "Create Database & Table" • Copy the above code to set up database ■ Table: person ■ Table: student • Button "Add
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Button "Create Database & Table" • Copy the above code to set up database ■ Table: person ■ Table: student • Button "Add
Button "Create Database & Table" • Copy the above code to set up database ■ Table: person ■ Table: student • Button "Add Person" • Read from GUI ▪ firstname ▪ lastname • Add row to person table ▪ create person tuple ▪ call create_person function • Button "Add Student" • Read from GUI ▪ firstname ▪ lastname ▪ major ▪ startdate (text) • Create Student Query person table for person_id using first name and last name ▪ create student tuple with major, startdate and person_id ▪ call create_student function • Button: "View Person Table" • Query for all rows of Person • Display rows in the GUI • Button: "View Student Table" • Query for all rows of Person • Display rows in the GUI Exit Button