inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 123015
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 163833 | 163833 | 86896 86896 | 123015 123015 |
| 163834 | 163834 | 494144 494144 | 123015 123015 |
| 163835 | 163835 | 159555 159555 | 123015 123015 |
| 163836 | 163836 | 529942 529942 | 123015 123015 |
| 163837 | 163837 | 266918 266918 | 123015 123015 |
| 163838 | 163838 | 266917 266917 | 123015 123015 |
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)
);