inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 115793
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 483647 | 483647 | 157496 157496 | 115793 115793 |
| 483648 | 483648 | 528735 528735 | 115793 115793 |
| 483649 | 483649 | 253203 253203 | 115793 115793 |
| 483650 | 483650 | 302224 302224 | 115793 115793 |
| 483651 | 483651 | 491326 491326 | 115793 115793 |
| 483652 | 483652 | 82178 82178 | 115793 115793 |
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)
);