inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 41731
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 564795 | 564795 | 59234 59234 | 41731 41731 |
| 564796 | 564796 | 37383 37383 | 41731 41731 |
| 564797 | 564797 | 289452 289452 | 41731 41731 |
| 564798 | 564798 | 289453 289453 | 41731 41731 |
| 564799 | 564799 | 519722 519722 | 41731 41731 |
| 564800 | 564800 | 21686 21686 | 41731 41731 |
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)
);