inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 60511
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 866097 | 866097 | 535368 535368 | 60511 60511 |
| 866098 | 866098 | 505122 505122 | 60511 60511 |
| 866099 | 866099 | 414228 414228 | 60511 60511 |
| 866100 | 866100 | 414229 414229 | 60511 60511 |
| 866101 | 866101 | 481692 481692 | 60511 60511 |
| 866102 | 866102 | 458832 458832 | 60511 60511 |
| 866103 | 866103 | 39130 39130 | 60511 60511 |
| 866104 | 866104 | 367750 367750 | 60511 60511 |
| 866105 | 866105 | 52063 52063 | 60511 60511 |
| 866106 | 866106 | 245492 245492 | 60511 60511 |
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)
);