inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404893
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 417794 | 417794 | 373133 373133 | 404893 404893 |
| 417795 | 417795 | 510608 510608 | 404893 404893 |
| 417796 | 417796 | 483175 483175 | 404893 404893 |
| 417797 | 417797 | 462856 462856 | 404893 404893 |
| 417798 | 417798 | 420624 420624 | 404893 404893 |
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)
);