inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16495
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 811772 | 811772 | 60004 60004 | 16495 16495 |
| 811773 | 811773 | 7903 7903 | 16495 16495 |
| 811774 | 811774 | 275880 275880 | 16495 16495 |
| 811775 | 811775 | 248663 248663 | 16495 16495 |
| 811776 | 811776 | 37944 37944 | 16495 16495 |
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)
);