inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 337670
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 379880 | 379880 | 527977 527977 | 337670 337670 |
| 379881 | 379881 | 249533 249533 | 337670 337670 |
| 379882 | 379882 | 341832 341832 | 337670 337670 |
| 379883 | 379883 | 489947 489947 | 337670 337670 |
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)
);