inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
12 rows where query_id = 10326
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 68085 | 68085 | 14642 14642 | 10326 10326 |
| 68086 | 68086 | 47195 47195 | 10326 10326 |
| 68087 | 68087 | 41081 41081 | 10326 10326 |
| 68088 | 68088 | 239768 239768 | 10326 10326 |
| 68089 | 68089 | 501360 501360 | 10326 10326 |
| 68090 | 68090 | 351835 351835 | 10326 10326 |
| 68091 | 68091 | 232041 232041 | 10326 10326 |
| 68092 | 68092 | 101685 101685 | 10326 10326 |
| 68093 | 68093 | 479787 479787 | 10326 10326 |
| 68094 | 68094 | 447307 447307 | 10326 10326 |
| 68095 | 68095 | 4194 4194 | 10326 10326 |
| 68096 | 68096 | 395887 395887 | 10326 10326 |
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)
);