inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 42905
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 544465 | 544465 | 315458 315458 | 42905 42905 |
| 544466 | 544466 | 22296 22296 | 42905 42905 |
| 544467 | 544467 | 539654 539654 | 42905 42905 |
| 544468 | 544468 | 517169 517169 | 42905 42905 |
| 544469 | 544469 | 35193 35193 | 42905 42905 |
| 544470 | 544470 | 130575 130575 | 42905 42905 |
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)
);