inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 100010
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 374081 | 374081 | 221574 221574 | 100010 100010 |
| 374082 | 374082 | 509128 509128 | 100010 100010 |
| 374083 | 374083 | 116967 116967 | 100010 100010 |
| 374084 | 374084 | 67978 67978 | 100010 100010 |
| 374085 | 374085 | 319842 319842 | 100010 100010 |
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)
);