inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 146738
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 72521 | 72521 | 501505 501505 | 146738 146738 |
| 72522 | 72522 | 239949 239949 | 146738 146738 |
| 72523 | 72523 | 101912 101912 | 146738 146738 |
| 72524 | 72524 | 260603 260603 | 146738 146738 |
| 72525 | 72525 | 260604 260604 | 146738 146738 |
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)
);