inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 1803
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 696547 | 696547 | 257507 257507 | 1803 1803 |
| 696548 | 696548 | 5146 5146 | 1803 1803 |
| 696549 | 696549 | 486315 486315 | 1803 1803 |
| 696550 | 696550 | 33480 33480 | 1803 1803 |
| 696551 | 696551 | 711 711 | 1803 1803 |
| 696552 | 696552 | 59463 59463 | 1803 1803 |
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)
);