inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 19519
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 95395 | 95395 | 9566 9566 | 19519 19519 |
| 95396 | 95396 | 85765 85765 | 19519 19519 |
| 95397 | 95397 | 159044 159044 | 19519 19519 |
| 95398 | 95398 | 493417 493417 | 19519 19519 |
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)
);