inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 3659
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 307483 | 307483 | 3659 3659 | 9093 9093 |
| 701440 | 701440 | 3659 3659 | 9094 9094 |
| 900066 | 900066 | 3659 3659 | 9098 9098 |
| 901601 | 901601 | 3659 3659 | 9096 9096 |
| 902139 | 902139 | 3659 3659 | 9095 9095 |
| 906441 | 906441 | 3659 3659 | 9097 9097 |
CREATE TABLE [inventory_summary] (
[inventory_id] integer,
[query_id] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);