inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 19616
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 831535 | 831535 | 159113 159113 | 19616 19616 |
| 831536 | 831536 | 241193 241193 | 19616 19616 |
| 831537 | 831537 | 9620 9620 | 19616 19616 |
| 831538 | 831538 | 493508 493508 | 19616 19616 |
| 831539 | 831539 | 63273 63273 | 19616 19616 |
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)
);