inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 23781
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 40238 | 40238 | 11911 11911 | 23781 23781 |
| 40239 | 40239 | 531743 531743 | 23781 23781 |
| 40240 | 40240 | 250633 250633 | 23781 23781 |
| 40241 | 40241 | 279371 279371 | 23781 23781 |
| 40242 | 40242 | 57514 57514 | 23781 23781 |
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)
);