inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404925
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 44546 | 44546 | 498001 498001 | 404925 404925 |
| 44547 | 44547 | 373280 373280 | 404925 404925 |
| 44548 | 44548 | 420803 420803 | 404925 404925 |
| 44549 | 44549 | 462977 462977 | 404925 404925 |
| 44550 | 44550 | 483224 483224 | 404925 404925 |
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)
);