inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 60143
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 602094 | 602094 | 529139 529139 | 60143 60143 |
| 602095 | 602095 | 38438 38438 | 60143 60143 |
| 602096 | 602096 | 291660 291660 | 60143 60143 |
| 602097 | 602097 | 158326 158326 | 60143 60143 |
| 602098 | 602098 | 208385 208385 | 60143 60143 |
| 602099 | 602099 | 306022 306022 | 60143 60143 |
| 602100 | 602100 | 84050 84050 | 60143 60143 |
| 602101 | 602101 | 69132 69132 | 60143 60143 |
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)
);