inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 61201
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 924583 | 924583 | 533650 533650 | 61201 61201 |
| 924584 | 924584 | 239867 239867 | 61201 61201 |
| 924585 | 924585 | 40147 40147 | 61201 61201 |
| 924586 | 924586 | 66523 66523 | 61201 61201 |
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)
);