inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 312713
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 410355 | 410355 | 461203 461203 | 312713 312713 |
| 410356 | 410356 | 370988 370988 | 312713 312713 |
| 410357 | 410357 | 496264 496264 | 312713 312713 |
| 410358 | 410358 | 222453 222453 | 312713 312713 |
| 410359 | 410359 | 417924 417924 | 312713 312713 |
| 410360 | 410360 | 482608 482608 | 312713 312713 |
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)
);