inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 73379
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 818076 | 818076 | 206347 206347 | 73379 73379 |
| 818077 | 818077 | 50483 50483 | 73379 73379 |
| 818078 | 818078 | 257556 257556 | 73379 73379 |
| 818079 | 818079 | 153602 153602 | 73379 73379 |
| 818080 | 818080 | 74688 74688 | 73379 73379 |
| 818081 | 818081 | 213220 213220 | 73379 73379 |
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)
);