inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 58813
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 552353 | 552353 | 518434 518434 | 58813 58813 |
| 552354 | 552354 | 36412 36412 | 58813 58813 |
| 552355 | 552355 | 255459 255459 | 58813 58813 |
| 552356 | 552356 | 323920 323920 | 58813 58813 |
| 552357 | 552357 | 59618 59618 | 58813 58813 |
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)
);