inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 62099
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 972391 | 972391 | 284594 284594 | 62099 62099 |
| 972392 | 972392 | 491580 491580 | 62099 62099 |
| 972393 | 972393 | 253558 253558 | 62099 62099 |
| 972394 | 972394 | 60255 60255 | 62099 62099 |
| 972395 | 972395 | 41670 41670 | 62099 62099 |
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)
);