inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 404394
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 15739 | 15739 | 482164 482164 | 404394 404394 |
| 15740 | 15740 | 416073 416073 | 404394 404394 |
| 15741 | 15741 | 460007 460007 | 404394 404394 |
| 15742 | 15742 | 369355 369355 | 404394 404394 |
| 15743 | 15743 | 416072 416072 | 404394 404394 |
| 15744 | 15744 | 460008 460008 | 404394 404394 |
| 15745 | 15745 | 495681 495681 | 404394 404394 |
| 15746 | 15746 | 369356 369356 | 404394 404394 |
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)
);