inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21592
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 29246 | 29246 | 30070 30070 | 21592 21592 |
| 29247 | 29247 | 68939 68939 | 21592 21592 |
| 29248 | 29248 | 272393 272393 | 21592 21592 |
| 29249 | 29249 | 239242 239242 | 21592 21592 |
| 29250 | 29250 | 10707 10707 | 21592 21592 |
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)
);