inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 107355
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 692319 | 692319 | 259785 259785 | 107355 107355 |
| 692320 | 692320 | 297285 297285 | 107355 107355 |
| 692321 | 692321 | 319932 319932 | 107355 107355 |
| 692322 | 692322 | 75979 75979 | 107355 107355 |
| 692323 | 692323 | 487355 487355 | 107355 107355 |
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)
);