inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28354
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 821987 | 821987 | 295553 295553 | 28354 28354 |
| 821988 | 821988 | 533438 533438 | 28354 28354 |
| 821989 | 821989 | 38004 38004 | 28354 28354 |
| 821990 | 821990 | 14475 14475 | 28354 28354 |
| 821991 | 821991 | 258880 258880 | 28354 28354 |
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)
);