inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 19449
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1037523 | 1037523 | 529423 529423 | 19449 19449 |
| 1037524 | 1037524 | 42909 42909 | 19449 19449 |
| 1037525 | 1037525 | 9529 9529 | 19449 19449 |
| 1037526 | 1037526 | 239623 239623 | 19449 19449 |
| 1037527 | 1037527 | 60448 60448 | 19449 19449 |
| 1037528 | 1037528 | 259972 259972 | 19449 19449 |
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)
);