inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 6155
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 81004 | 81004 | 2459 2459 | 6155 6155 |
| 81005 | 81005 | 240310 240310 | 6155 6155 |
| 81006 | 81006 | 542416 542416 | 6155 6155 |
| 81007 | 81007 | 71574 71574 | 6155 6155 |
| 81008 | 81008 | 66507 66507 | 6155 6155 |
| 81009 | 81009 | 26814 26814 | 6155 6155 |
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)
);