inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 118395
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 573693 | 573693 | 158277 158277 | 118395 118395 |
| 573694 | 573694 | 529107 529107 | 118395 118395 |
| 573695 | 573695 | 83901 83901 | 118395 118395 |
| 573696 | 573696 | 256153 256153 | 118395 118395 |
| 573697 | 573697 | 324917 324917 | 118395 118395 |
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)
);