inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 19592
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 766274 | 766274 | 9607 9607 | 19592 19592 |
| 766275 | 766275 | 241168 241168 | 19592 19592 |
| 766276 | 766276 | 36363 36363 | 19592 19592 |
| 766277 | 766277 | 263284 263284 | 19592 19592 |
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)
);