inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 60394
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 385308 | 385308 | 249769 249769 | 60394 60394 |
| 385309 | 385309 | 537440 537440 | 60394 60394 |
| 385310 | 385310 | 53922 53922 | 60394 60394 |
| 385311 | 385311 | 38921 38921 | 60394 60394 |
| 385312 | 385312 | 325398 325398 | 60394 60394 |
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)
);