inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 77495
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 852993 | 852993 | 156605 156605 | 77495 77495 |
| 852994 | 852994 | 220115 220115 | 77495 77495 |
| 852995 | 852995 | 53014 53014 | 77495 77495 |
| 852996 | 852996 | 250772 250772 | 77495 77495 |
| 852997 | 852997 | 79983 79983 | 77495 77495 |
| 852998 | 852998 | 199804 199804 | 77495 77495 |
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)
);