inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 54481
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 493835 | 493835 | 29158 29158 | 54481 54481 |
| 493836 | 493836 | 491570 491570 | 54481 54481 |
| 493837 | 493837 | 58516 58516 | 54481 54481 |
| 493838 | 493838 | 157677 157677 | 54481 54481 |
| 493839 | 493839 | 341123 341123 | 54481 54481 |
| 493840 | 493840 | 82578 82578 | 54481 54481 |
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)
);