c_address
where case_number = "08-CA-007006-001"
Download this data as a CSV Spreadsheet (All Rows)
Link | rowid ▼ | case_number | address | city | state_alpha | state_numeric |
---|---|---|---|---|---|---|
149851 | 149851 | 08-CA-007006-001 | 4005 BROOKPARK ROAD | PARMA | OH | 34 |
CREATE TABLE "c_address" ( [case_number] TEXT REFERENCES [c_master]([case_number]), [address] TEXT, [city] TEXT, [state_alpha] TEXT, [state_numeric] INTEGER );