inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21467
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 23247 | 23247 | 495128 495128 | 21467 21467 |
| 23248 | 23248 | 271753 271753 | 21467 21467 |
| 23249 | 23249 | 53551 53551 | 21467 21467 |
| 23250 | 23250 | 10642 10642 | 21467 21467 |
| 23251 | 23251 | 29521 29521 | 21467 21467 |
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)
);