inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 11011
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 512976 | 512976 | 254368 254368 | 11011 11011 |
| 512977 | 512977 | 334888 334888 | 11011 11011 |
| 512978 | 512978 | 4537 4537 | 11011 11011 |
| 512979 | 512979 | 485956 485956 | 11011 11011 |
| 512980 | 512980 | 4840 4840 | 11011 11011 |
| 512981 | 512981 | 74142 74142 | 11011 11011 |
| 512982 | 512982 | 64788 64788 | 11011 11011 |
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)
);