inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 9777
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 312759 | 312759 | 239270 239270 | 9777 9777 |
| 312760 | 312760 | 530773 530773 | 9777 9777 |
| 312761 | 312761 | 57077 57077 | 9777 9777 |
| 312762 | 312762 | 10958 10958 | 9777 9777 |
| 312763 | 312763 | 3962 3962 | 9777 9777 |
| 312764 | 312764 | 90285 90285 | 9777 9777 |
| 312765 | 312765 | 331557 331557 | 9777 9777 |
| 312766 | 312766 | 223363 223363 | 9777 9777 |
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)
);