inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28042
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 631493 | 631493 | 14305 14305 | 28042 28042 |
| 631494 | 631494 | 57026 57026 | 28042 28042 |
| 631495 | 631495 | 101142 101142 | 28042 28042 |
| 631496 | 631496 | 300564 300564 | 28042 28042 |
| 631497 | 631497 | 257631 257631 | 28042 28042 |
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)
);