inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 36266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 375523 | 375523 | 18835 18835 | 36266 36266 |
| 375524 | 375524 | 117132 117132 | 36266 36266 |
| 375525 | 375525 | 221529 221529 | 36266 36266 |
| 375526 | 375526 | 509210 509210 | 36266 36266 |
| 375527 | 375527 | 537225 537225 | 36266 36266 |
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)
);