inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 13375
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 275303 | 275303 | 255674 255674 | 13375 13375 |
| 275304 | 275304 | 6005 6005 | 13375 13375 |
| 275305 | 275305 | 289154 289154 | 13375 13375 |
| 275306 | 275306 | 492471 492471 | 13375 13375 |
| 275307 | 275307 | 30474 30474 | 13375 13375 |
| 275308 | 275308 | 68371 68371 | 13375 13375 |
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)
);