inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 213
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 572807 | 572807 | 69235 69235 | 213 213 |
| 572808 | 572808 | 71833 71833 | 213 213 |
| 572809 | 572809 | 529105 529105 | 213 213 |
| 572810 | 572810 | 256126 256126 | 213 213 |
| 572811 | 572811 | 68 68 | 213 213 |
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)
);