inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 67710
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 625892 | 625892 | 201436 201436 | 67710 67710 |
| 625893 | 625893 | 213207 213207 | 67710 67710 |
| 625894 | 625894 | 46683 46683 | 67710 67710 |
| 625895 | 625895 | 74718 74718 | 67710 67710 |
| 625896 | 625896 | 486365 486365 | 67710 67710 |
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)
);