inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 37949
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 439115 | 439115 | 510886 510886 | 37949 37949 |
| 439116 | 439116 | 19709 19709 | 37949 37949 |
| 439117 | 439117 | 121048 121048 | 37949 37949 |
| 439118 | 439118 | 537942 537942 | 37949 37949 |
| 439119 | 439119 | 28371 28371 | 37949 37949 |
| 439120 | 439120 | 202890 202890 | 37949 37949 |
| 439121 | 439121 | 63875 63875 | 37949 37949 |
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)
);