inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 10884
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 868180 | 868180 | 244867 244867 | 10884 10884 |
| 868181 | 868181 | 4473 4473 | 10884 10884 |
| 868182 | 868182 | 16291 16291 | 10884 10884 |
| 868183 | 868183 | 535119 535119 | 10884 10884 |
| 868184 | 868184 | 68480 68480 | 10884 10884 |
| 868185 | 868185 | 269712 269712 | 10884 10884 |
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)
);