DAT 390 Wk 5 - Apply Labs

Page 1

DAT/390 Database Integration with Other Systems The Latest Version A+ Study Guide **********************************************

DAT 390 Entire Course Link https://www.onlinehelp123.com/dat-390 ********************************************** DAT 390 Wk 5 - Apply: Labs Complete zyLab 5.8 and 5.9 in zyBooks. You have unlimited attempts in Develop mode. Toggle to Submit mode for a grade. Complete the Python program to create a Horse table, insert one row, and display the row. The main program calls four functions: 1. 2. 3. 4.

create_connection() creates a connection to the database. create_table() creates the Horse table. insert_horse() inserts one row into Horse. select_all_horses() outputs all Horse rows.

Complete all four functions. Function parameters are described in the template. Do not modify the main program. The Horse table should have five columns, with the following names, data types, constraints, and values:

Name

Data type

Constraints

primary key, not null

Value

Id

integer

1

Name

text

'Babe'

Breed

text

'Quarter horse'


Name

Height

Data type

double

BirthDate text

Constraints

Value

15.3

'2015-02-10'


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.