inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 83777
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 611575 | 611575 | 202275 202275 | 83777 83777 |
| 611576 | 611576 | 213726 213726 | 83777 83777 |
| 611577 | 611577 | 100680 100680 | 83777 83777 |
| 611578 | 611578 | 500636 500636 | 83777 83777 |
| 611579 | 611579 | 57462 57462 | 83777 83777 |
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)
);