inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 70900
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 424004 | 424004 | 220151 220151 | 70900 70900 |
| 424005 | 424005 | 48719 48719 | 70900 70900 |
| 424006 | 424006 | 490197 490197 | 70900 70900 |
| 424007 | 424007 | 314499 314499 | 70900 70900 |
| 424008 | 424008 | 250735 250735 | 70900 70900 |
| 424009 | 424009 | 79922 79922 | 70900 70900 |
| 424010 | 424010 | 528080 528080 | 70900 70900 |
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)
);