inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 16376
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 859678 | 859678 | 527814 527814 | 16376 16376 |
| 859679 | 859679 | 38933 38933 | 16376 16376 |
| 859680 | 859680 | 244615 244615 | 16376 16376 |
| 859681 | 859681 | 269238 269238 | 16376 16376 |
| 859682 | 859682 | 7832 7832 | 16376 16376 |
| 859683 | 859683 | 69018 69018 | 16376 16376 |
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)
);