inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 36991
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 390013 | 390013 | 28922 28922 | 36991 36991 |
| 390014 | 390014 | 19211 19211 | 36991 36991 |
| 390015 | 390015 | 118722 118722 | 36991 36991 |
| 390016 | 390016 | 537547 537547 | 36991 36991 |
| 390017 | 390017 | 509907 509907 | 36991 36991 |
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)
);