inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 152550
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 183571 | 183571 | 268158 268158 | 152550 152550 |
| 183572 | 183572 | 105588 105588 | 152550 152550 |
| 183573 | 183573 | 503926 503926 | 152550 152550 |
| 183574 | 183574 | 268159 268159 | 152550 152550 |
| 183575 | 183575 | 244041 244041 | 152550 152550 |
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)
);