inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 681
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 91343 | 91343 | 246 246 | 681 681 |
| 91344 | 91344 | 529502 529502 | 681 681 |
| 91345 | 91345 | 231102 231102 | 681 681 |
| 91346 | 91346 | 71862 71862 | 681 681 |
| 91347 | 91347 | 322861 322861 | 681 681 |
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)
);