Button "Create Database & Table" • Copy the above code to set up database ■ Table: person ■ Table: student • Button "Add

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
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

Post by answerhappygod »

Button Create Database Table Copy The Above Code To Set Up Database Table Person Table Student Button Add 1
Button Create Database Table Copy The Above Code To Set Up Database Table Person Table Student Button Add 1 (19.59 KiB) Viewed 16 times
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply