l_c_bank_pet_type
4 rows
| bank_pet_type | description |
|---|---|
| Chp11 | Chapter 11 |
| Chp13 | Chapter 13 |
| Chp7 | Chapter 7 |
| Other | Other/Combination |
Table schema
CREATE TABLE l_c_bank_pet_type(bank_pet_type VARCHAR, description VARCHAR);
| bank_pet_type | description |
|---|---|
| Chp11 | Chapter 11 |
| Chp13 | Chapter 13 |
| Chp7 | Chapter 7 |
| Other | Other/Combination |
CREATE TABLE l_c_bank_pet_type(bank_pet_type VARCHAR, description VARCHAR);